Commit 9d2cc6f0 by Ben Elliston Committed by Ben Elliston

* Makefile.in (bitmap.o-warn): Remove goal.

From-SVN: r143482
parent a640c13b
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
C++ warning about implicit conversion from void * to struct C++ warning about implicit conversion from void * to struct
bitmap_head_def *. bitmap_head_def *.
(bitmap_obstack_free): Likewise for bitmap_element *. (bitmap_obstack_free): Likewise for bitmap_element *.
* Makefile.in (bitmap.o-warn): Remove goal.
2009-01-17 Dave Korn <dave.korn.cygwin@gmail.com> 2009-01-17 Dave Korn <dave.korn.cygwin@gmail.com>
......
...@@ -179,8 +179,6 @@ build/gengtype-lex.o-warn = -Wno-error ...@@ -179,8 +179,6 @@ build/gengtype-lex.o-warn = -Wno-error
SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
# dfp.c contains alias violations # dfp.c contains alias violations
dfp.o-warn = -Wno-error dfp.o-warn = -Wno-error
# bitmap.c contains -Wc++compat warnings.
bitmap.o-warn = -Wno-error
# dominance.c contains a -Wc++compat warning. # dominance.c contains a -Wc++compat warning.
dominance.o-warn = -Wno-error dominance.o-warn = -Wno-error
# mips-tfile.c contains -Wcast-qual warnings. # mips-tfile.c contains -Wcast-qual 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