Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 22 Jun 1998 05:46:35 +0000 (05:46 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 22 Jun 1998 05:46:35 +0000 (05:46 +0000)
commitb3fb0b5e507318e1e89d170acf5ac63e8bd63c80
treef83a23eb4104d0dc33381fd8a8b7c55683da156a
parente016950d0c095ffdb36c918c7965148e344ca617
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'.

From-SVN: r20652
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/cpplib.c
gcc/objc/objc-act.c
gcc/optabs.c
gcc/regmove.c