* Make-lang.in (treelang-warn): Add -Wno-variadic-macros.
From-SVN: r78155
This commit is contained in:
parent
9f76f909c9
commit
01238dbe2e
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user