From 4cef5d2be961cefe30b93e75f564648709060ed9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 12 May 2025 18:48:19 +0200 Subject: Explicitly specify -std=gnu99 See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/82065 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 740fe4d..954d172 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith +CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith -std=gnu99 COMPTIME_TARGETS= \ test_memcpy_overwrite_under \ -- cgit v1.3