From: Ben Elliston Date: Sun, 18 Jan 2009 11:30:29 +0000 (+0000) Subject: * Makefile.in (bitmap.o-warn): Remove goal. X-Git-Tag: releases/gcc-4.4.0~814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d2cc6f08117772029621e01bd10e1bc47b9d7b6;p=thirdparty%2Fgcc.git * Makefile.in (bitmap.o-warn): Remove goal. From-SVN: r143482 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c7b70654226..85788ba11299 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 946d0567179d..309a6425ad59 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.