OSDN Git Service

Warning fixes:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 1998 05:46:35 +0000 (05:46 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 1998 05:46:35 +0000 (05:46 +0000)
commit258304056c2e20f416a93b8df9d7eb2ae52ddd49
treef83a23eb4104d0dc33381fd8a8b7c55683da156a
parent77d71bdba925ab1eb35a171ab48bdc20de4d1417
Warning fixes:
        * mips.c (gpr_mode): Don't say `static' twice.
        * cpplib.c (cpp_handle_option): Don't pass unneeded NULL to cpp_fatal.
        * objc/objc-act.c (init_selector): Hide prototype and definition.
        * optabs.c (gen_cond_trap): Remove unused variable `icode'.
        * regmove.c (copy_src_to_dest): Likewise for `i'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20652 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/cpplib.c
gcc/objc/objc-act.c
gcc/optabs.c
gcc/regmove.c