Commit e5fcbd77 by Michael Matz Committed by Andreas Jaeger

Make-lang.in (treelang/parse.o-warn): Define as -Wno-error.

2003-01-26  Michael Matz  <matz@suse.de>

	* Make-lang.in (treelang/parse.o-warn): Define as -Wno-error.

From-SVN: r61838
parent b44cf3d9
2003-01-26 Michael Matz <matz@suse.de>
* Make-lang.in (treelang/parse.o-warn): Define as -Wno-error.
2003-01-14 Andreas Jaeger <aj@suse.de> 2003-01-14 Andreas Jaeger <aj@suse.de>
* Make-lang.in (treelang.install-info): Depend only on info files * Make-lang.in (treelang.install-info): Depend only on info files
......
...@@ -65,6 +65,8 @@ TREE_EXES = tree1$(exeext) ...@@ -65,6 +65,8 @@ TREE_EXES = tree1$(exeext)
#no -Wtraditional warnings, allow long long #no -Wtraditional warnings, allow long long
treelang-warn = $(LOOSE_WARN) -pedantic -Wno-long-long -Wmissing-prototypes -Wmissing-declarations treelang-warn = $(LOOSE_WARN) -pedantic -Wno-long-long -Wmissing-prototypes -Wmissing-declarations
# bison emits some unused static arrays (yytoknum)
treelang/parse.o-warn = -Wno-error
# #
# Define the names for selecting treelang in LANGUAGES. # Define the names for selecting treelang in LANGUAGES.
......
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