From 6d1129c29ab8395d519b53368b741ff0bb1e267a Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 11 Feb 2012 19:03:17 +0100 Subject: [PATCH] Removed compile warnings related to feature macros. Accidentally commited them. Oops. --- libmaxsi/c/hsrc/features.h | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/libmaxsi/c/hsrc/features.h b/libmaxsi/c/hsrc/features.h index a7e359fe..fb5b5e90 100644 --- a/libmaxsi/c/hsrc/features.h +++ b/libmaxsi/c/hsrc/features.h @@ -45,38 +45,6 @@ #define _SORTIX_SOURCE 1 #endif -#ifdef _SORTIX_SOURCE - #warning _SORTIX_SOURCE -#endif - -#ifdef _POSIX_SOURCE - #warning _POSIX_SOURCE -#endif - -#ifdef _POSIX_C_SOURCE - #warning _POSIX_C_SOURCE -#endif - -#ifdef _BSD_SOURCE - #warning _BSD_SOURCE -#endif - -#ifdef _SVID_SOURCE - #warning _SVID_SOURCE -#endif - -#ifdef _XOPEN_SOURCE - #warning _XOPEN_SOURCE -#endif - -#ifdef _XOPEN_SOURCE_EXTENDED - #warning XOPEN_SOURCE_EXTENDED -#endif - -#ifdef _GNU_SOURCE - #warning _GNU_SOURCE -#endif - #define restrict /* TODO: Improve these declarations, perhaps like they are in glibc. */