OSDN Git Service

Warning fixes:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 1999 07:24:15 +0000 (07:24 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 1999 07:24:15 +0000 (07:24 +0000)
commit019a6b97c857043326e18bab7d098cc17039cc64
treea2fcdf12a5baef3b05d14d32b95512c4b247997d
parent08e76de44f2f722b25360dd8be208faccfbf84c9
Warning fixes:
        * gjavah.c (print_c_decl): Remove unused argument `flags'.
        * jcf-dump.c (print_access_flags): Add braces around if-else.
        * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
        COMBINE_INPUTS.
        * lex.c (build_wfl_node): Add static prototype.
        * lex.h (build_wfl_node): Remove static prototype.
        * parse.y: Include lex.c early enough to declare everything needed.
        Ensure calls to `build_wfl_node' pass the proper arguments.
        (create_class): Remove unused variable `super_decl'.
        (get_printable_method_name): Initialize variable `name'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25921 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/gjavah.c
gcc/java/jcf-dump.c
gcc/java/jvspec.c
gcc/java/lex.c
gcc/java/lex.h
gcc/java/parse.c
gcc/java/parse.y