regex memory corruption regression test
[libc-test] / config.mak.def
index aa3d1e5..49b49c1 100644 (file)
@@ -1,5 +1,6 @@
 CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -Wno-unused -Wno-overflow
 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
+CFLAGS += -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith
 CFLAGS += -g
 LDFLAGS += -g
 LDLIBS += -lpthread -lm -lrt