From cdd56f7d830b198d3cafb9b4216c69a4f1b0901f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 18 Jan 2022 14:54:22 +0100 Subject: [PATCH] Kill a "no previous declaration" warning --- pdns/recursordist/rec-main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2