Undo r169961, removing WITH_GCC3, added as a temporary workaround three

years ago.
This commit is contained in:
Edward Tomasz Napierala 2010-01-18 21:56:08 +00:00
parent ea4ca115b7
commit e73a17cf23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202596
2 changed files with 1 additions and 6 deletions

View File

@ -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)

View File

@ -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