summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-08-28 11:15:06 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-08-28 11:15:06 +0100
commitcebfa6c2cc69e4fba14910b5f93c7b0e9d538197 (patch)
tree85c6c750fdfc8b615cf8f5b8ef123e3fda62495d /test
parent3a0e87e89f57a6082074438e038098bfbe688f2a (diff)
downloadnetsurf-cebfa6c2cc69e4fba14910b5f93c7b0e9d538197.tar.gz
netsurf-cebfa6c2cc69e4fba14910b5f93c7b0e9d538197.tar.bz2
Tests: Squash warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE".
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 39953a3d3..64c3f39a4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -134,7 +134,7 @@ endif
BASE_TESTCFLAGS := -std=c99 -g \
$(COMMON_WARNFLAGS) \
- -D_BSD_SOURCE \
+ -D_DEFAULT_SOURCE \
-D_POSIX_C_SOURCE=200809L \
-D_XOPEN_SOURCE=600 \
-Itest -Iinclude -Icontent/handlers -Ifrontends -I. -I.. \