Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 22 Dec 1998 12:18:17 +0000 (12:18 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 22 Dec 1998 12:18:17 +0000 (12:18 +0000)
commite833cb112cb8b9024230acf78a286b687bd6e75e
tree21e618652a0cc0bdd053c11f957cdc45e47b5668
parent193306f7fd78865e114ff26f24a9df7b143e95d3
Warning fixes:

        * Makefile.in (cvt.o): Depend on toplev.h.
        * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes.
        * cvt.c: Include toplev.h.
        * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and
        definitions.
        * init.c (expand_vec_init): Initialize variable `itype'.
        * lex.c (yyerror): Cast the argument passed to a ctype function to
        an unsigned char.
        * method.c (build_mangled_C9x_name): Wrap prototype and definition
        in "HOST_BITS_PER_WIDE_INT >= 64".
        * typeck.c (build_binary_op): Mark parameter `convert_p' with
        ATTRIBUTE_UNUSED.

From-SVN: r24395
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/except.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/method.c
gcc/cp/typeck.c