Enable Bison warnings

-Wall should be old enough.
Also use %empty instead of comments
This commit is contained in:
ISSOtm
2021-01-23 00:02:05 +01:00
parent e3d355d976
commit 1926065377
3 changed files with 15 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ LDFLAGS ?=
REALLDFLAGS := ${LDFLAGS} ${WARNFLAGS} \
-DBUILD_VERSION_STRING=\"${VERSION_STRING}\"
YFLAGS ?=
YFLAGS ?= -Wall
BISON := bison
RM := rm -rf