diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2008-09-09 16:36:14 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2008-09-09 16:36:14 +0000 |
commit | 1f57487cf037ee3d06beab4b6dfc6a2dddb9a878 (patch) | |
tree | 7f56945272b1970151fb4c039272d8f22336a453 /gcc/Makefile.in | |
parent | 00efcc2b88028e7582b1090617125256e3cd7292 (diff) | |
download | gcc-1f57487cf037ee3d06beab4b6dfc6a2dddb9a878.zip gcc-1f57487cf037ee3d06beab4b6dfc6a2dddb9a878.tar.gz gcc-1f57487cf037ee3d06beab4b6dfc6a2dddb9a878.tar.bz2 |
Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c warnings.
* Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c
warnings.
* mips-tfile.c (copy_object): Cast alloca result to int *.
* mips-tdump.c (print_symbol): Cast xmalloc return values to
proper types.
Rename class to sclass.
(read_tfile): Cast read_seek return values to proper types.
Cast xcalloc return value to proper type.
From-SVN: r140158
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4a4bfc2..49c394d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -185,6 +185,8 @@ bitmap.o-warn = -Wno-error dominance.o-warn = -Wno-error # graphite.c contains code calling cloog that has problems. graphite.o-warn = -Wno-error +# mips-tfile.c contains -Wcast-qual warnings. +mips-tfile.o-warn = -Wno-error # All warnings have to be shut off in stage1 if the compiler used then # isn't gcc; configure determines that. WARN_CFLAGS will be either |