]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/pt.c
Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 6 Oct 1998 05:04:32 +0000 (05:04 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 6 Oct 1998 05:04:32 +0000 (05:04 +0000)
commit87603ed0ee7dd6667ca5098dffb08a120435f713
tree62838ff33a249f3ac3ae22d9ad1118b5d78ad52d
parentbcd26ca722b3b5693c475c22a0f6a3794f242262
Warning fixes:

        * Makefile.in (spew.o): Depend on toplev.h.
        * call.c (compare_ics): Initialize variables `deref_from_type2',
        `deref_to_type1' and `deref_to_type2'.
        * except.c (get_eh_type): Hide prototype and definition.
        (process_start_catch_block_old): Remove unused static prototype.
        * pt.c (tsubst_decl): Initialize variable `argvec'.
        * spew.c: Include toplev.h.

From-SVN: r22864
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/call.c
gcc/cp/except.c
gcc/cp/pt.c
gcc/cp/spew.c