mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Stop bison complaining about %expect
And make sure warnings get fixed.
This commit is contained in:
parent
1db600548e
commit
33c2eb430f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ QFCC_DEPS=@QFCC_DEPS@
|
|||
QFCC_INCS=@QFCC_INCS@
|
||||
|
||||
AM_CPPFLAGS= -I$(top_srcdir)/include $(QFCC_INCS)
|
||||
YFLAGS = -v -d
|
||||
YFLAGS = -v -d -Wno-yacc -Werror
|
||||
|
||||
bin_PROGRAMS= qfcc qfprogs
|
||||
bin_SCRIPTS= qfpreqcc
|
||||
|
|
Loading…
Reference in a new issue