Commit 01238dbe by Richard Henderson Committed by Richard Henderson

* Make-lang.in (treelang-warn): Add -Wno-variadic-macros.

From-SVN: r78155
parent 9f76f909
2004-02-20 Richard Henderson <rth@redhat.com>
* Make-lang.in (treelang-warn): Add -Wno-variadic-macros.
2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in (doc/treelang.dvi): Use $(abs_docdir).
......
......@@ -61,7 +61,8 @@ TREE_GENERATED = lex.c parse.c parse.h parse.output
TREE_EXES = tree1
#no -Wtraditional warnings, allow long long
treelang-warn = $(LOOSE_WARN) -pedantic -Wno-long-long -Wmissing-prototypes -Wmissing-declarations $(WERROR)
treelang-warn = $(LOOSE_WARN) -pedantic -Wno-long-long -Wmissing-prototypes \
-Wmissing-declarations -Wno-variadic-macros $(WERROR)
# bison emits some unused static arrays (yytoknum)
treelang/parse.o-warn = -Wno-error
# flex produces 'no previous prototype' warnings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment