fixed multiple compiler warnings
[srvx.git] / src / nickserv.c
index 0912912634246227a9de839a9a6d44d25ec976b5..4cb86a7adb1d7287fea278e96ee61c72f0121499 100644 (file)
@@ -1969,7 +1969,7 @@ static NICKSERV_FUNC(cmd_auth)
     return 1;
 }
 
-struct handle_info *checklogin(const char *user, const char *pass, const char *numeric, const char *hostmask, const char *ipmask)
+struct handle_info *checklogin(const char *user, const char *pass, UNUSED_ARG(const char *numeric), const char *hostmask, const char *ipmask)
 {
     struct handle_info *hi;
     unsigned int match = 0, ii = 0;