From: Remi Gacogne Date: Fri, 13 Oct 2023 12:46:07 +0000 (+0200) Subject: dnsdist: Remove now unneeded clang-tidy suppression X-Git-Tag: rec-5.0.0-alpha2~6^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae3a637344b7e493d90e913f1dbd5159afc5754;p=thirdparty%2Fpdns.git dnsdist: Remove now unneeded clang-tidy suppression Co-authored-by: Otto Moerbeek --- diff --git a/pdns/dnsdistdist/doq.cc b/pdns/dnsdistdist/doq.cc index 093eebe35e..7ff7c0b6c8 100644 --- a/pdns/dnsdistdist/doq.cc +++ b/pdns/dnsdistdist/doq.cc @@ -637,7 +637,6 @@ static void processDOQQuery(DOQUnitUniquePtr&& doqUnit) { /* don't keep that pointer around, it will be invalidated if the buffer is ever resized */ - // NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast) dnsheader_aligned dnsHeader(unit->query.data()); if (!checkQueryHeaders(dnsHeader.get(), clientState)) {