1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

Removed warnings with __USE_GNU and __USE_XOPEN

This commit is contained in:
Sebastien Helleu
2006-09-30 15:09:29 +00:00
parent edcc676ecf
commit 40bfb43e0f
4 changed files with 14 additions and 0 deletions
+4
View File
@@ -28,7 +28,11 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <dlfcn.h>
#ifdef HAVE_BACKTRACE
+3
View File
@@ -26,7 +26,10 @@
#include <stdlib.h>
#include <string.h>
#ifndef __USE_XOPEN
#define __USE_XOPEN
#endif
#if defined(__OpenBSD__)
#include <utf8/wchar.h>
+4
View File
@@ -28,7 +28,11 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <dlfcn.h>
#ifdef HAVE_BACKTRACE
+3
View File
@@ -26,7 +26,10 @@
#include <stdlib.h>
#include <string.h>
#ifndef __USE_XOPEN
#define __USE_XOPEN
#endif
#if defined(__OpenBSD__)
#include <utf8/wchar.h>