summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2024-06-14 19:46:14 +0200
committerJulien Voisin2024-06-15 13:46:35 +0000
commit520e7e4a631cc038b3e867b2255235da35a98ece (patch)
treea1ba19a16d1940092334d7df463868f1cfa5e014 /tests/Makefile
parent6939e3382a232d20882c1c7e74274132de154bb6 (diff)
Fix some pointer-arithmetic warnings
This should fix the second part of #59
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 32b17b0..d6f5b5d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format 1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format -Werror=pointer-arith
2 2
3COMPTIME_TARGETS= \ 3COMPTIME_TARGETS= \
4 test_memcpy_overwrite_under \ 4 test_memcpy_overwrite_under \