]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Sigh... this triggers clang-tidy 16356/head
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 23 Oct 2025 10:05:22 +0000 (12:05 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 23 Oct 2025 10:05:22 +0000 (12:05 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/pdnsutil.cc

index 08417c52bf04bd6c67a4834970ebecdcb45b90a3..8911436f337ccba856a840e46df9ca8cba0bb209 100644 (file)
@@ -4965,6 +4965,7 @@ static int HSM([[maybe_unused]] vector<string>& cmds, [[maybe_unused]] const std
 
 #endif // ]
 
+// NOLINTNEXTLINE(readability-function-cognitive-complexity)
 static int B2BMigrate(vector<string>& cmds, const std::string_view synopsis)
 {
   if (cmds.size() < 2) {