Warnings from Bison seem less likely to be urgent, but on general principle enable everything.
Signed-off-by: Elliott Mitchell <[email protected]> --- tools/libs/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/util/Makefile b/tools/libs/util/Makefile index c3b21875dc..d2c90ced69 100644 --- a/tools/libs/util/Makefile +++ b/tools/libs/util/Makefile @@ -50,7 +50,7 @@ $(OBJS-y) $(PIC_OBJS): libxlu_cfg_l.c libxlu_cfg_y.c libxlu_disk_l.c %.c %.h:: %.y @rm -f $*.[ch] - $(BISON) --output=$*.c $< + $(BISON) -Wall --output=$*.c $< %.c %.h:: %.l @rm -f $*.[ch] -- (\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/) \BS ( | [email protected] PGP 87145445 | ) / \_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/ 8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445
