]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Kill a "no previous declaration" warning 11207/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 18 Jan 2022 13:54:22 +0000 (14:54 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 18 Jan 2022 13:54:22 +0000 (14:54 +0100)
pdns/recursordist/rec-main.cc

index 8e13dc69af2e1aec038af29b2c18548309ed6092..cab9f4a301c807f75dcd543befe517b4ae2cf4ef 100644 (file)
@@ -689,7 +689,7 @@ static void loggerBackend(const Logging::Entry& entry)
   g_log << u << buf.str() << endl;
 }
 
-void makeThreadPipes()
+static void makeThreadPipes()
 {
   auto pipeBufferSize = ::arg().asNum("distribution-pipe-buffer-size");
   if (pipeBufferSize > 0) {