]> gcc.gnu.org Git - gcc.git/commit
Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 19 May 1998 07:19:17 +0000 (07:19 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 19 May 1998 07:19:17 +0000 (07:19 +0000)
commit77dc0938f72adc4ef75f164fe290deeb236b32eb
treeb8d3defbc89a227144e054b7b36e1da85937bbb9
parent12c45d894bb083f9a735c121a371d3b404302d82
Warning fixes:

        * Makefile.in (parse.o): Depend on toplev.h.
        * class.c (typecode_p): Remove prototype and definition.
        * cp-tree.h (currently_open_class, is_empty_class, member_p):
        Add prototype.
        * decl.c (push_overloaded_decl_top_level): Remove prototype and
        definition.
        * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
        in call to `cp_thing'.
        (cp_warning): Likewise for function pointer `warning'.
        * except.c (do_function_call): Remove prototype and definition.
        (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
        * method.c (is_java_type): Add prototype and make it static.
        * parse.y: Include toplev.h.
        * pt.c (type_unification): Remove unused variable `arg'.
        (instantiate_decl): likewise for `save_ti'.
        * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.

From-SVN: r19866
12 files changed:
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/errfn.c
gcc/cp/except.c
gcc/cp/method.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/tree.c
This page took 0.060635 seconds and 5 git commands to generate.