From: Richard Kenner Date: Mon, 10 Jul 1995 23:14:25 +0000 (-0400) Subject: (setjmp_args_warning): Remove bogus arg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cd6ef3529c0bfcbe7a54b1b69382bc342dbdfc7;p=gcc.git (setjmp_args_warning): Remove bogus arg. From-SVN: r10109 --- diff --git a/gcc/function.c b/gcc/function.c index cc237d4eea4..ce2020ee3a4 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4209,8 +4209,7 @@ uninitialized_vars_warning (block) but for arguments instead of local variables. */ void -setjmp_args_warning (block) - tree block; +setjmp_args_warning () { register tree decl; for (decl = DECL_ARGUMENTS (current_function_decl);