From: Pieter Lexis Date: Mon, 24 Nov 2025 09:21:51 +0000 (+0100) Subject: chore(luawrapper): stop linting a false positive X-Git-Tag: rec-5.4.0-alpha1~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d5db85339aeb910c78f0683a2108ec25918f4f;p=thirdparty%2Fpdns.git chore(luawrapper): stop linting a false positive --- diff --git a/ext/luawrapper/include/LuaContext.hpp b/ext/luawrapper/include/LuaContext.hpp index 95192586d6..7bc2a74795 100644 --- a/ext/luawrapper/include/LuaContext.hpp +++ b/ext/luawrapper/include/LuaContext.hpp @@ -2943,6 +2943,7 @@ struct LuaContext::Reader> } }; +// NOLINTBEGIN(clang-analyzer-cplusplus.NewDeleteLeaks) template struct LuaContext::Reader> { @@ -2958,6 +2959,7 @@ struct LuaContext::Reader> return boost::none; } }; +// NOLINTEND(clang-analyzer-cplusplus.NewDeleteLeaks) // variant template