summaryrefslogtreecommitdiff
path: root/tools/d2c/format
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/format
parentd3039fda0302bb02a9df00425f8b06bce5185049 (diff)
Fixed warnings and errors from the compiler providing architectures support.
Diffstat (limited to 'tools/d2c/format')
-rw-r--r--tools/d2c/format/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/format/Makefile.am b/tools/d2c/format/Makefile.am
index 8061804..eaf4f18 100644
--- a/tools/d2c/format/Makefile.am
+++ b/tools/d2c/format/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 format_
+AM_YFLAGS = -v -d -p format_ -Wno-yacc
AM_LFLAGS = -P format_ -o lex.yy.c --header-file=tokens.h \
-Dyyget_lineno=format_get_lineno \