OSDN Git Service

* Makefile.in (bitmap.o-warn): Remove goal.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jan 2009 11:30:29 +0000 (11:30 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jan 2009 11:30:29 +0000 (11:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143482 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 4c7b706..85788ba 100644 (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>
 
index 946d056..309a642 100644 (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.