Disable -Werror when building -- the old version of gcc used on IA32 can't

deal with C99 formats.
This commit is contained in:
Garrett Wollman 2002-03-23 00:44:00 +00:00
parent 4df161e512
commit efbb5e2289
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92997

View File

@ -4,4 +4,6 @@ PROG= expr
SRCS= expr.y
YFLAGS=
NO_WERROR= "GCC can't handle C99 printf formats."
.include <bsd.prog.mk>