mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Removed NO_UNDEF.
Nudged by: trasz
This commit is contained in:
parent
79ad329d0c
commit
5beb779d64
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202614
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user