]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove now unneeded clang-tidy suppression
authorRemi Gacogne <github@coredump.fr>
Fri, 13 Oct 2023 12:46:07 +0000 (14:46 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 12:46:07 +0000 (14:46 +0200)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/dnsdistdist/doq.cc

index 093eebe35e32a7f35017d6230bc4209bc889aaff..7ff7c0b6c8db3ed8ddf799f18645e0d02ba9fee0 100644 (file)
@@ -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)) {