]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Unused parameters in the client.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:26:48 +0000 (09:26 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:26:48 +0000 (09:26 +0000)
client/client.c

index 8fadc6a552113c9a4cfb7b25e34b9351c65465f2..d65ea066b2eb9b7d0bec9e63557b06e8b4f39c95 100644 (file)
@@ -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;