From b8b11e7627127114dd220698c9da81653344960b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 1 Oct 2004 19:06:49 +0000 Subject: Silence unused-parameter warnings from the compiler. --- Src/params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src') diff --git a/Src/params.c b/Src/params.c index 98888e7b0..183b4927c 100644 --- a/Src/params.c +++ b/Src/params.c @@ -2743,7 +2743,7 @@ randomsetfn(UNUSED(Param pm), zlong v) /**/ zlong -intsecondsgetfn(Param pm) +intsecondsgetfn(UNUSED(Param pm)) { struct timeval now; struct timezone dummy_tz; @@ -2758,7 +2758,7 @@ intsecondsgetfn(Param pm) /**/ void -intsecondssetfn(Param pm, zlong x) +intsecondssetfn(UNUSED(Param pm), zlong x) { struct timeval now; struct timezone dummy_tz; -- cgit 1.4.1