warning: "_GNU_SOURCE" redefined [enabled by default]
---
 src/cms-colord.c | 2 ++
 1 file changed, 2 insertions(+)

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

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to