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

From-SVN: r143482
This commit is contained in:
Ben Elliston 2009-01-18 11:30:29 +00:00 committed by Ben Elliston
parent a640c13b6b
commit 9d2cc6f081
2 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,7 @@
C++ warning about implicit conversion from void * to struct
bitmap_head_def *.
(bitmap_obstack_free): Likewise for bitmap_element *.
* Makefile.in (bitmap.o-warn): Remove goal.
2009-01-17 Dave Korn <dave.korn.cygwin@gmail.com>

View File

@ -179,8 +179,6 @@ build/gengtype-lex.o-warn = -Wno-error
SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
# dfp.c contains alias violations
dfp.o-warn = -Wno-error
# bitmap.c contains -Wc++compat warnings.
bitmap.o-warn = -Wno-error
# dominance.c contains a -Wc++compat warning.
dominance.o-warn = -Wno-error
# mips-tfile.c contains -Wcast-qual warnings.