The transition time for -Werror has been gone for a while. We are now

sufficiently clean that we can fix any new problems or mark individual
files as not being ready for -Werror.
This commit is contained in:
Peter Wemm 2002-07-22 00:15:01 +00:00
parent 7c65416558
commit c19a8e0670

View file

@ -60,12 +60,7 @@ PROF= -pg
.endif
.endif
DEFINED_PROF= ${PROF}
.if defined(NO_WERROR)
WERROR=
.else
WERROR?= -Werror
.endif
# Put configuration-specific C flags last (except for ${PROF}) so that they
# can override the others.