From 9ee9b555021cd59c28ca989a4cdeff4cc0f9cbcc Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 23 Mar 1999 07:24:15 +0000 Subject: 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'. From-SVN: r25921 --- gcc/java/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gcc/java/ChangeLog') diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index dcfbc45..e03ee3e 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,21 @@ +Tue Mar 23 10:05:27 1999 Kaveh R. Ghazi + + * 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'. + Mon Mar 22 20:14:26 1999 Alexandre Petit-Bianco * Changelog: Fixed 1999-03-22 typos. -- cgit v1.1