Removed NO_UNDEF.
Nudged by: trasz
This commit is contained in:
parent
79ad329d0c
commit
5beb779d64
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user