From: Oliver Chen Date: Mon, 23 Jun 2025 12:54:36 +0000 (+0000) Subject: fix complain from clang-tidy for void function return X-Git-Tag: dnsdist-2.1.0-alpha0~8^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161907e4502a18936bfcec09b5d1ee574b9d60e1;p=thirdparty%2Fpdns.git fix complain from clang-tidy for void function return --- diff --git a/pdns/dnsdistdist/test-dnsdist_cc.cc b/pdns/dnsdistdist/test-dnsdist_cc.cc index 286f3b42ae..51fcba3989 100644 --- a/pdns/dnsdistdist/test-dnsdist_cc.cc +++ b/pdns/dnsdistdist/test-dnsdist_cc.cc @@ -78,7 +78,6 @@ void handleServerStateChange(const string& nameWithAddr, bool newResult) { (void)nameWithAddr; (void)newResult; - return; } bool sendUDPResponse(int origFD, const PacketBuffer& response, const int delayMsec, const ComboAddress& origDest, const ComboAddress& origRemote)