From d7390312d4e322e0dac3fefddd6033cb255933a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:26:48 +0000 Subject: Unused parameters in the client. --- client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/client.c b/client/client.c index 8fadc6a..d65ea06 100644 --- a/client/client.c +++ b/client/client.c @@ -141,7 +141,7 @@ input_stop_list(void) /* Reprint the currently edited line after listing */ } static int -input_complete(int arg, int key) +input_complete(int arg UNUSED, int key UNUSED) { static int complete_flag; char buf[256]; @@ -166,7 +166,7 @@ input_complete(int arg, int key) } static int -input_help(int arg, int key) +input_help(int arg, int key UNUSED) { int i = 0; -- cgit v1.2.3