summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-05-22 10:28:48 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2020-05-22 10:30:05 +0100
commitc2f73310d011a7e6b02f6dbedf96826c21a1b88f (patch)
treeefa799f590c5af9cd7a9d6721dc1f9c1204f771e /desktop
parent8bef50aae2aaf4bb51900f638d9c4abb1e0b2304 (diff)
downloadnetsurf-c2f73310d011a7e6b02f6dbedf96826c21a1b88f.tar.gz
netsurf-c2f73310d011a7e6b02f6dbedf96826c21a1b88f.tar.bz2
Squash warning: "_GNU_SOURCE" redefined.
The utils/config.h header handles this.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/treeview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index e8aed776d..48a031612 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -24,7 +24,6 @@
#include "utils/config.h"
-#define _GNU_SOURCE /* strcasestr needs this for string.h */
#include <string.h>
#include "utils/utils.h"