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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd56f7d830b198d3cafb9b4216c69a4f1b0901f;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) {