mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Undo r169961, removing WITH_GCC3, added as a temporary workaround three
years ago.
This commit is contained in:
parent
ea4ca115b7
commit
e73a17cf23
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202596
@ -55,9 +55,7 @@ CWARNFLAGS += -Wchar-subscripts -Winline -Wnested-externs\
|
||||
# XXX always get it right.
|
||||
CWARNFLAGS += -Wno-uninitialized
|
||||
. endif
|
||||
. if !defined(WITH_GCC3)
|
||||
CWARNFLAGS += -Wno-pointer-sign
|
||||
. endif
|
||||
. endif
|
||||
|
||||
. if defined(FORMAT_AUDIT)
|
||||
|
@ -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(WITH_GCC3)
|
||||
_Wno_pointer_sign=-Wno-pointer-sign
|
||||
.endif
|
||||
${_wundef} -Wno-pointer-sign -fformat-extensions
|
||||
.if !defined(NO_UNDEF)
|
||||
_wundef= -Wundef
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user