Skip to content

Commit ea5cb62

Browse files
committed
Fix unknown pragmas (clang diagnostics) and remove warning without emits
1 parent aed313d commit ea5cb62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ endif
1616
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
1717
#CFLAGS += -Wconversion #disabled because if falsely complains about the isinf and isnan macros
1818
CFLAGS += -Wno-switch-enum -Wno-double-promotion
19-
CFLAGS += -Wno-poison-system-directories
20-
CFLAGS += -Wno-covered-switch-default
19+
CFLAGS += -Wno-covered-switch-default -Wno-unknown-pragmas
2120
CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
2221
-Wstrict-prototypes -Wswitch-default -Wundef
2322
#DEBUG = -O0 -g

0 commit comments

Comments
 (0)