]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/conn.c
New_Connection(): mark "IsSSL" parameter as UNUSED
[ngircd.git] / src / ngircd / conn.c
index 81a0f4507eed0fb79d470bf323452bd1a328dd58..6091ebe26a34a8096d2d62cf48e06b06c5dd321d 100644 (file)
@@ -1366,7 +1366,7 @@ Count_Connections(ng_ipaddr_t *a)
  * @returns    Accepted socket descriptor or -1 on error.
  */
 static int
-New_Connection(int Sock, bool IsSSL)
+New_Connection(int Sock, UNUSED bool IsSSL)
 {
 #ifdef TCPWRAP
        struct request_info req;