Add -Wundef to BDECFLAGS:

Warn if an undefined identifier is evaluated in an `#if' directive.

Not objected to by:	bde
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-02-27 09:03:55 +00:00
parent eec827b042
commit e18f542dc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73136
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf.
#
BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wcast-qual -Wchar-subscripts -Wconversion -Winline \
-Wcast-qual -Wchar-subscripts -Wconversion -Winline -Wundef \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#

View File

@ -50,7 +50,7 @@
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf.
#
BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wcast-qual -Wchar-subscripts -Wconversion -Winline \
-Wcast-qual -Wchar-subscripts -Wconversion -Winline -Wundef \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#