From c2f73310d011a7e6b02f6dbedf96826c21a1b88f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 22 May 2020 10:28:48 +0100 Subject: Squash warning: "_GNU_SOURCE" redefined. The utils/config.h header handles this. --- content/handlers/html/css.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/handlers/html') diff --git a/content/handlers/html/css.c b/content/handlers/html/css.c index d7c9b3c41..2434b1783 100644 --- a/content/handlers/html/css.c +++ b/content/handlers/html/css.c @@ -23,8 +23,6 @@ #include "utils/config.h" -#define _GNU_SOURCE /* strcasestr needs this for string.h */ - #include #include #include -- cgit v1.2.3