]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
Use ASCII for Sebastien Fricker's name.
[bison.git] / src / Makefile.am
index 3fb29e79981e291ced2c5b418547da0bd0cd5a2d..2592256b803c6c1716f335a1d3b4078d960538a9 100644 (file)
@@ -26,7 +26,7 @@ LDADD = ../lib/libbison.a $(LIBINTL)
 
 # Use our own Bison to build the parser.  Of course, you ought to
 # keep a sane version of Bison nearby...
-YACC = ../tests/bison -y
+YACC = ../tests/bison -y --warnings=all,error
 
 bin_PROGRAMS = bison
 bin_SCRIPTS = $(YACC_SCRIPT)