diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-18 11:30:29 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-18 11:30:29 +0000 |
| commit | b965bfb704d7c9a2380b61aaad0201ef3281bc4c (patch) | |
| tree | be4be508f93f3c8f922ed76dfa0dac7fc9ae9b4a | |
| parent | 91f54ca3aaef99d178380c305bc4533e38d6fd37 (diff) | |
| download | ppe42-gcc-b965bfb704d7c9a2380b61aaad0201ef3281bc4c.tar.gz ppe42-gcc-b965bfb704d7c9a2380b61aaad0201ef3281bc4c.zip | |
* Makefile.in (bitmap.o-warn): Remove goal.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143482 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 4c7b7065422..85788ba1129 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 946d0567179..309a6425ad5 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. |

