diff --git a/Makefile b/Makefile index c91a06aa..cc00ac6e 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ INSTALL=install PYTEST=pytest-3 CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \ -Wno-pointer-sign \ + -Wno-zero-length-bounds \ -fno-strict-aliasing \ -fno-delete-null-pointer-checks \ -I. -Iinclude -Iraid \