mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Short lived fame for -Wundef.
Second thoughts by: bde
This commit is contained in:
parent
e18f542dc0
commit
f9eec60e72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73141
@ -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 -Wundef \
|
||||
-Wcast-qual -Wchar-subscripts -Wconversion -Winline \
|
||||
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
|
||||
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
|
||||
#
|
||||
|
@ -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 -Wundef \
|
||||
-Wcast-qual -Wchar-subscripts -Wconversion -Winline \
|
||||
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
|
||||
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user