From fb0937a69eb38e744577aa94a6338135f6c1c9b4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 2 Jun 2004 22:14:25 +0000 Subject: Marked unused parameters with the new UNUSED() macro. --- Src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index b58652fe4..2f9319977 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -2400,7 +2400,7 @@ dump_find_func(Wordcode h, char *name) /**/ int -bin_zcompile(char *nam, char **args, Options ops, int func) +bin_zcompile(char *nam, char **args, Options ops, UNUSED(int func)) { int map, flags, ret; char *dump; -- cgit v1.2.3