]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.c
Eliminate some compiler warnings ("unused parameter").
[ngircd-alex.git] / src / ngircd / conn.c
index 565d3cb8cc772b6fc948c69d3b6f9dd04b2f3e52..d307323e1031aa858962f9e9e2b4e513407eeaf8 100644 (file)
@@ -17,7 +17,7 @@
 #include "portab.h"
 #include "io.h"
 
-static char UNUSED id[] = "$Id: conn.c,v 1.164 2005/07/13 16:06:55 fw Exp $";
+static char UNUSED id[] = "$Id: conn.c,v 1.165 2005/07/22 21:31:05 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -115,7 +115,7 @@ cb_listen(int sock, short irrelevant)
 
 
 static void
-cb_connserver(int sock, short what)
+cb_connserver(int sock, UNUSED short what)
 {
        int res, err;
        socklen_t sock_len;