mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 10:13:24 +03:00
Tests: Squash warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE".
This commit is contained in:
parent
3a0e87e89f
commit
cebfa6c2cc
@ -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.. \
|
||||
|
Loading…
Reference in New Issue
Block a user