From 9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 13 May 2011 18:12:05 +0000 Subject: Danek: 29254: fix some compiler warnings --- Src/Modules/datetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules/datetime.c') diff --git a/Src/Modules/datetime.c b/Src/Modules/datetime.c index 0dc42fda8..45818b968 100644 --- a/Src/Modules/datetime.c +++ b/Src/Modules/datetime.c @@ -146,7 +146,7 @@ bin_strftime(char *nam, char **argv, Options ops, UNUSED(int func)) } static zlong -getcurrentsecs() +getcurrentsecs(UNUSED(Param pm)) { return (zlong) time(NULL); } -- cgit v1.2.3