]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (bitmap.o-warn): Remove goal.
authorBen Elliston <bje@au.ibm.com>
Sun, 18 Jan 2009 11:30:29 +0000 (11:30 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sun, 18 Jan 2009 11:30:29 +0000 (22:30 +1100)
From-SVN: r143482

gcc/ChangeLog
gcc/Makefile.in

index 4c7b7065422662df7d73d269c07946520346fc15..85788ba11299cd4493456da41dd145de181d50be 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 946d0567179d94b0506063278886faee4b70cae6..309a6425ad5962b0b3c1f557d5aeb393ac6efb47 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.