Skip to content

Commit 12705bf

Browse files
committed
Remove warning without emits
1 parent 4a59f29 commit 12705bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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
2019
CFLAGS += -Wno-covered-switch-default
2120
CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
2221
-Wstrict-prototypes -Wswitch-default -Wundef

0 commit comments

Comments
 (0)