Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 22 Jun 1998 05:23:33 +0000 (05:23 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 22 Jun 1998 05:23:33 +0000 (05:23 +0000)
commit296433e1a9e3c644fec1f1805dd595555683d9a0
tree279c567a607717883b54fd2f58e33c32342072aa
parent9aea9eec602af941a5134cd3548e80c42b1b362a
Warning fixes:

        * Makefile.in (varasm.o): Depend on sdbout.h.
        (sdbout.o): Depend on toplev.h.
        * collect2.c (scan_prog_file): Cast fprintf argument to `long' and
        use %ld specifier.
        * final.c (shorten_branches): Cast first arg of `bzero' to char *.
        * genextract.c (main): When creating insn-extract.c, mark variable
        `i' with ATTRIBUTE_UNUSED.
        * genpeep.c (main): When creating insn-peep.c, mark variables
        `insn', `x' and `pat' with ATTRIBUTE_UNUSED.
        * objc/init.c (__objc_tree_print): Wrap function definition in
        macro `DEBUG'.
        * objc/objc-act.c (encode_array): Cast sprintf argument to `long'
        and use %ld specifier.
        (adorn_decl): Likewise, twice.

From-SVN: r20650
gcc/ChangeLog
gcc/Makefile.in
gcc/collect2.c
gcc/final.c
gcc/genextract.c
gcc/genpeep.c
gcc/objc/init.c
gcc/objc/objc-act.c