aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-02-20 00:08:57 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-02-20 00:08:57 -0800
commit01238dbe2e3f1282a6dafcd3502192409fb15961 (patch)
tree9a68edb1401654043a30ac13c3beb598bcfd47e2 /gcc/treelang
parent9f76f909c9a914fe53740ff840dbff65cd35c0d8 (diff)
downloadgcc-01238dbe2e3f1282a6dafcd3502192409fb15961.zip
gcc-01238dbe2e3f1282a6dafcd3502192409fb15961.tar.gz
gcc-01238dbe2e3f1282a6dafcd3502192409fb15961.tar.bz2
* Make-lang.in (treelang-warn): Add -Wno-variadic-macros.
From-SVN: r78155
Diffstat (limited to 'gcc/treelang')
-rw-r--r--gcc/treelang/ChangeLog4
-rw-r--r--gcc/treelang/Make-lang.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/treelang/ChangeLog b/gcc/treelang/ChangeLog
index eba0aef..6aa392c 100644
--- a/gcc/treelang/ChangeLog
+++ b/gcc/treelang/ChangeLog
@@ -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).
diff --git a/gcc/treelang/Make-lang.in b/gcc/treelang/Make-lang.in
index d0d5028..5ddf1d6 100644
--- a/gcc/treelang/Make-lang.in
+++ b/gcc/treelang/Make-lang.in
@@ -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