summaryrefslogtreecommitdiff
path: root/tools/d2c/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-10-26 09:55:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-10-26 09:55:56 (GMT)
commitd0547bc36bd6ccb84eff128fc6e4f2df034a705a (patch)
treeebe282cc57d35fab473e21dac02c9554abcfc081 /tools/d2c/Makefile.am
parentd3039fda0302bb02a9df00425f8b06bce5185049 (diff)
Fixed warnings and errors from the compiler providing architectures support.
Diffstat (limited to 'tools/d2c/Makefile.am')
-rw-r--r--tools/d2c/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/Makefile.am b/tools/d2c/Makefile.am
index e5cfef4..a81bd2b 100644
--- a/tools/d2c/Makefile.am
+++ b/tools/d2c/Makefile.am
@@ -6,7 +6,7 @@ BUILT_SOURCES = grammar.h
# afin de conserver des noms de fichiers simples, ie sans le nom de la
# bibliothèque de sortie en préfixe.
-AM_YFLAGS = -v -d -p d2c_
+AM_YFLAGS = -v -d -p d2c_ -Wno-yacc
AM_LFLAGS = -P d2c_ -o lex.yy.c --header-file=tokens.h \
-Dyyget_lineno=d2c_get_lineno \