diff options
| author | jvoisin | 2024-06-14 19:46:14 +0200 |
|---|---|---|
| committer | Julien Voisin | 2024-06-15 13:46:35 +0000 |
| commit | 520e7e4a631cc038b3e867b2255235da35a98ece (patch) | |
| tree | a1ba19a16d1940092334d7df463868f1cfa5e014 /tests/Makefile | |
| parent | 6939e3382a232d20882c1c7e74274132de154bb6 (diff) | |
Fix some pointer-arithmetic warnings
This should fix the second part of #59
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 32b17b0..d6f5b5d 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format | 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format -Werror=pointer-arith |
| 2 | 2 | ||
| 3 | COMPTIME_TARGETS= \ | 3 | COMPTIME_TARGETS= \ |
| 4 | test_memcpy_overwrite_under \ | 4 | test_memcpy_overwrite_under \ |
