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/watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/watch.c') diff --git a/Src/watch.c b/Src/watch.c index e2a65207c..c12625c85 100644 --- a/Src/watch.c +++ b/Src/watch.c @@ -559,7 +559,7 @@ dowatch(void) /**/ int -bin_log(char *nam, char **argv, Options ops, int func) +bin_log(UNUSED(char *nam), UNUSED(char **argv), UNUSED(Options ops), UNUSED(int func)) { if (!watch) return 1; -- cgit 1.4.1