diff options
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index d1c5b5c..a447d24 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -1500,8 +1500,7 @@ force_poplevels (int start_pc) while (current_binding_level->start_pc > start_pc) { if (pedantic && current_binding_level->start_pc > start_pc) - warning (current_function_decl, - "%HIn %D: overlapped variable and exception ranges at %d", + warning ("%HIn %D: overlapped variable and exception ranges at %d", &DECL_SOURCE_LOCATION (current_function_decl), current_function_decl, current_binding_level->start_pc); expand_end_bindings (getdecls (), 1, 0); |