diff options
author | Ben Elliston <bje@au.ibm.com> | 2009-01-18 11:30:29 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2009-01-18 22:30:29 +1100 |
commit | 9d2cc6f08117772029621e01bd10e1bc47b9d7b6 (patch) | |
tree | be4be508f93f3c8f922ed76dfa0dac7fc9ae9b4a /gcc | |
parent | a640c13b6b1fc21cae78655982cb87e1e9727f92 (diff) | |
download | gcc-9d2cc6f08117772029621e01bd10e1bc47b9d7b6.zip gcc-9d2cc6f08117772029621e01bd10e1bc47b9d7b6.tar.gz gcc-9d2cc6f08117772029621e01bd10e1bc47b9d7b6.tar.bz2 |
* Makefile.in (bitmap.o-warn): Remove goal.
From-SVN: r143482
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c7b706..85788ba 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 <dave.korn.cygwin@gmail.com> diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 946d056..309a642 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. |