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

This commit is contained in:
kan 2003-07-11 07:13:42 +00:00
parent df01acbbcb
commit 3555cd3a8f

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.