]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
negotiate_kerberos_auth_test: Remove unused variables (#2326) master
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 22 Dec 2025 02:48:51 +0000 (02:48 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 23 Dec 2025 08:45:58 +0000 (08:45 +0000)
src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc

index bba484b8f845e596278479ed9baf7617aa7646d3..d9c8a921f8b4aef92c299ff25cf5e15c26323bed 100644 (file)
@@ -238,7 +238,7 @@ main(int argc, char *argv[])
 #else
 #include <cstdlib>
 int
-main(int argc, char *argv[])
+main(int, char *[])
 {
     return -1;
 }