[PATCH] cms-colord: Don't redefine _GNU_SOURCE

Armin K krejzi at email.com
Wed Aug 7 08:45:23 PDT 2013


warning: "_GNU_SOURCE" redefined [enabled by default]

See commit c228e23b
---
 src/cms-colord.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cms-colord.c b/src/cms-colord.c
index 6056407..691b2e6 100644
--- a/src/cms-colord.c
+++ b/src/cms-colord.c
@@ -24,7 +24,6 @@
 #include <config.h>
 #endif
 
-#define _GNU_SOURCE
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdio.h>
-- 
1.8.3.4



More information about the wayland-devel mailing list