Commit 1daf6f3a by Zack Weinberg

* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).

From-SVN: r87562
parent a2981930
2004-09-15 Zack Weinberg <zack@codesourcery.com>
* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).
2004-08-26 Nathan Sidwell <nathan@codesourcery.com> 2004-08-26 Nathan Sidwell <nathan@codesourcery.com>
* treetree.c (tree_code_get_integer_value): Fix build_int_cst call. * treetree.c (tree_code_get_integer_value): Fix build_int_cst call.
......
...@@ -56,9 +56,8 @@ GCC_EXTRAS = -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include ...@@ -56,9 +56,8 @@ GCC_EXTRAS = -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include
TREE_GENERATED = lex.c parse.c parse.h parse.output TREE_GENERATED = lex.c parse.c parse.h parse.output
TREE_EXES = tree1 TREE_EXES = tree1
#no -Wtraditional warnings, allow long long #strict warnings for treelang
treelang-warn = $(LOOSE_WARN) -pedantic -Wno-long-long -Wmissing-prototypes \ treelang-warn = $(STRICT_WARN)
-Wmissing-declarations -Wno-variadic-macros $(WERROR)
# bison emits some unused static arrays (yytoknum) # bison emits some unused static arrays (yytoknum)
treelang/parse.o-warn = -Wno-error treelang/parse.o-warn = -Wno-error
# flex produces 'no previous prototype' warnings # 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