Commit b8bae365 by Nathan Sidwell Committed by Nathan Sidwell

* decl.c (force_poplevels): Fix warning call.

From-SVN: r69782
parent 50fc59e7
2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
* decl.c (force_poplevels): Fix warning call.
2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
* expr.c (expand_java_field_op): Don't use xxx_with_decl
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment