diff options
| author | jvoisin | 2025-05-12 18:48:19 +0200 |
|---|---|---|
| committer | jvoisin | 2025-05-12 18:48:19 +0200 |
| commit | 4cef5d2be961cefe30b93e75f564648709060ed9 (patch) | |
| tree | 11a3a21d5c759a561c02d0524e0e75852a0140ab /tests/Makefile | |
| parent | f09abdf6e236198e6dbf7d049dc99534d9f8af01 (diff) | |
Explicitly specify -std=gnu99
See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/82065
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
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 @@ | |||
| 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith | 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith -std=gnu99 |
| 2 | 2 | ||
| 3 | COMPTIME_TARGETS= \ | 3 | COMPTIME_TARGETS= \ |
| 4 | test_memcpy_overwrite_under \ | 4 | test_memcpy_overwrite_under \ |
