summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjvoisin2025-05-12 18:48:19 +0200
committerjvoisin2025-05-12 18:48:19 +0200
commit4cef5d2be961cefe30b93e75f564648709060ed9 (patch)
tree11a3a21d5c759a561c02d0524e0e75852a0140ab /tests
parentf09abdf6e236198e6dbf7d049dc99534d9f8af01 (diff)
Explicitly specify -std=gnu99
See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/82065
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 740fe4d..954d172 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith 1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith -std=gnu99
2 2
3COMPTIME_TARGETS= \ 3COMPTIME_TARGETS= \
4 test_memcpy_overwrite_under \ 4 test_memcpy_overwrite_under \