From 0cd6ef3529c0bfcbe7a54b1b69382bc342dbdfc7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 10 Jul 1995 19:14:25 -0400 Subject: [PATCH] (setjmp_args_warning): Remove bogus arg. From-SVN: r10109 --- gcc/function.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.30.2