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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202614

View file

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