From: Otto Moerbeek Date: Tue, 18 Jan 2022 13:54:22 +0000 (+0100) Subject: Kill a "no previous declaration" warning X-Git-Tag: auth-4.7.0-alpha1~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11207%2Fhead;p=thirdparty%2Fpdns.git Kill a "no previous declaration" warning --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 8e13dc69af..cab9f4a301 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -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) {