]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: surpress a warning on macOS 15563/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 16 May 2025 07:22:48 +0000 (09:22 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 16 May 2025 07:22:48 +0000 (09:22 +0200)
pdns/dnsdistdist/dnsdist.cc

index 9cae9a0032732013374ad212e36af9f51e8ebce6..4c9d5967244bf8b8c118db49648d938056c2a984 100644 (file)
@@ -2422,7 +2422,7 @@ static void healthChecksThread()
   }
 }
 
-static void bindAny([[maybe_unused]] int addressFamily, int sock)
+static void bindAny([[maybe_unused]] int addressFamily, [[maybe_unused]] int sock)
 {
   __attribute__((unused)) int one = 1;