X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn.c;h=f4511642c7c7b309c0e302de58cd7e184c172166;hp=81a0f4507eed0fb79d470bf323452bd1a328dd58;hb=808c291c76b7ecb4ae13b6ee12e8afe658b627c1;hpb=01b62202b2caa1b8161e62f149a9d6f705713869 diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c index 81a0f450..f4511642 100644 --- a/src/ngircd/conn.c +++ b/src/ngircd/conn.c @@ -47,10 +47,6 @@ # include #endif -#ifdef HAVE_STDINT_H -# include /* e.g. for Mac OS X */ -#endif - #ifdef TCPWRAP # include /* for TCP Wrappers */ #endif @@ -1366,7 +1362,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;