Temporarily switch off -Werror until new GCC warning have been dealt with.

This commit is contained in:
Alexander Kabaev 2003-07-11 07:13:42 +00:00
parent 46b370ef71
commit 360d2e3b61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117432

View File

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