Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 28 Mar 1999 19:22:10 +0000 (19:22 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 28 Mar 1999 19:22:10 +0000 (19:22 +0000)
commit152f94fc94fe166ddd21b31017470d3f686932ea
treebc9d1db851875472c8c6aa617724097266558a6f
parent3228bc05fc4414db84bd0a81099d22ff1bd4a4e9
Warning fixes:

        * class.c (maybe_add_interface): Remove unused variable
        `interface_binfo'.
        (make_class_data): Use = for assignment, not ==.  Likewise.
        (emit_register_classes): Remove unused variable `decl'.
        * lex.c: Fix comment so as not to contain an embedded `/*'.
        * verify.c (verify_jvm_instructions): Remove unused variable
        `self_type'.

From-SVN: r26046
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/lex.c
gcc/java/verify.c