* Make-lang.in (treelang-warn): Add -Wno-variadic-macros.
authorRichard Henderson <rth@redhat.com>
Fri, 20 Feb 2004 08:08:57 +0000 (00:08 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 20 Feb 2004 08:08:57 +0000 (00:08 -0800)
From-SVN: r78155

gcc/treelang/ChangeLog
gcc/treelang/Make-lang.in

index eba0aefcf6ed76c89c1cd3212faccbfad6c11602..6aa392cc5d31e468ca794cf63b9f01d0b068b6ef 100644 (file)
@@ -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). 
index d0d50288e11f107c013f27569d422550791df8e9..5ddf1d60ca05f08d164209ff42c1295137c13bca 100644 (file)
@@ -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