Commit 0cd6ef35 by Richard Kenner

(setjmp_args_warning): Remove bogus arg.

From-SVN: r10109
parent dc28c6c6
...@@ -4209,8 +4209,7 @@ uninitialized_vars_warning (block) ...@@ -4209,8 +4209,7 @@ uninitialized_vars_warning (block)
but for arguments instead of local variables. */ but for arguments instead of local variables. */
void void
setjmp_args_warning (block) setjmp_args_warning ()
tree block;
{ {
register tree decl; register tree decl;
for (decl = DECL_ARGUMENTS (current_function_decl); for (decl = DECL_ARGUMENTS (current_function_decl);
......
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