Tests: Squash warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE".

This commit is contained in:
Michael Drake 2017-08-28 11:15:06 +01:00
parent 3a0e87e89f
commit cebfa6c2cc

View File

@ -134,7 +134,7 @@ endif
BASE_TESTCFLAGS := -std=c99 -g \ BASE_TESTCFLAGS := -std=c99 -g \
$(COMMON_WARNFLAGS) \ $(COMMON_WARNFLAGS) \
-D_BSD_SOURCE \ -D_DEFAULT_SOURCE \
-D_POSIX_C_SOURCE=200809L \ -D_POSIX_C_SOURCE=200809L \
-D_XOPEN_SOURCE=600 \ -D_XOPEN_SOURCE=600 \
-Itest -Iinclude -Icontent/handlers -Ifrontends -I. -I.. \ -Itest -Iinclude -Icontent/handlers -Ifrontends -I. -I.. \