We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a59f29 commit 12705bfCopy full SHA for 12705bf
test/Makefile
@@ -16,7 +16,6 @@ endif
16
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
17
#CFLAGS += -Wconversion #disabled because if falsely complains about the isinf and isnan macros
18
CFLAGS += -Wno-switch-enum -Wno-double-promotion
19
-CFLAGS += -Wno-poison-system-directories
20
CFLAGS += -Wno-covered-switch-default
21
CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
22
-Wstrict-prototypes -Wswitch-default -Wundef
0 commit comments