From e63e45ae62028032bad3c1ba4b74a5b283d74597 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 21 Jan 2005 11:15:36 +0000 Subject: Got rid of "unused parameter" compiler warning for nullsethashfn(). --- Src/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/params.c') diff --git a/Src/params.c b/Src/params.c index 7fdc66f91..5563e3acb 100644 --- a/Src/params.c +++ b/Src/params.c @@ -2539,7 +2539,7 @@ hashsetfn(Param pm, HashTable x) /**/ mod_export void -nullsethashfn(Param pm, HashTable x) +nullsethashfn(UNUSED(Param pm), HashTable x) { deleteparamtable(x); } -- cgit 1.4.1