From e171f4930bcea3ba8c2de8327e408d842dcbe12d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Mar 2017 15:13:33 +0000 Subject: [PATCH] Avoid redefining GNU_SOURCE Gives a compiler warning with the wrong flags. --- tests/gtkgears.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gtkgears.c b/tests/gtkgears.c index d46f59876a..32a24dafb4 100644 --- a/tests/gtkgears.c +++ b/tests/gtkgears.c @@ -35,7 +35,6 @@ * Jul 13, 2010 */ -#define _GNU_SOURCE #include "config.h" #include