From 520e7e4a631cc038b3e867b2255235da35a98ece Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 14 Jun 2024 19:46:14 +0200 Subject: Fix some pointer-arithmetic warnings This should fix the second part of #59 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 32b17b0..d6f5b5d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format +CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format -Werror=pointer-arith COMPTIME_TARGETS= \ test_memcpy_overwrite_under \ -- cgit v1.3