Skip to content

Commit f7136e0

Browse files
committed
deactivate -Wundef
Enable together with Wconversion warnings in #204 with -Wno-system-headers!
1 parent 3e5052f commit f7136e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile_include.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ifndef NO_ADDTL_WARNINGS
5454
CFLAGS += -Wsystem-headers
5555
CFLAGS += -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align
5656
CFLAGS += -Wstrict-prototypes -Wpointer-arith
57-
CFLAGS += -Wundef
57+
#CFLAGS += -Wundef
5858
#CFLAGS += -Wconversion -Wsign-conversion
5959
endif
6060

0 commit comments

Comments
 (0)