chore: Enable clang-tidy switch-missing-default-case check (#6461)

This commit is contained in:
Alex Kremer
2026-03-16 21:19:37 +00:00
committed by GitHub
parent f5e2415c98
commit 47a235b7be
12 changed files with 51 additions and 45 deletions

View File

@@ -68,6 +68,7 @@ HTTPReply(int nStatus, std::string const& content, Json::Output const& output, b
return;
}
// NOLINTNEXTLINE(bugprone-switch-missing-default-case)
switch (nStatus)
{
case 200: