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 aed313d commit ea5cb62Copy full SHA for ea5cb62
test/Makefile
@@ -16,8 +16,7 @@ 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
+CFLAGS += -Wno-covered-switch-default -Wno-unknown-pragmas
21
CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
22
-Wstrict-prototypes -Wswitch-default -Wundef
23
#DEBUG = -O0 -g
0 commit comments