Removed NO_UNDEF.

Nudged by:	trasz
This commit is contained in:
Ruslan Ermilov 2010-01-19 11:42:15 +00:00
parent 79ad329d0c
commit 5beb779d64

View File

@ -12,10 +12,7 @@ CWARNFLAGS=
.else .else
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
${_wundef} -Wno-pointer-sign -fformat-extensions -Wundef -Wno-pointer-sign -fformat-extensions
.if !defined(NO_UNDEF)
_wundef= -Wundef
.endif
.endif .endif
# #
# The following flags are next up for working on: # The following flags are next up for working on: