From c4837ed7ffa62ff5477f7fa7800c232b544c799a Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 20 Oct 2024 18:19:29 +0200 Subject: [PATCH] chore: Ignore useless cppcoreguidelines-avoid-do-while warning --- src/ccache/.clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ccache/.clang-tidy b/src/ccache/.clang-tidy index 3cbfef3a..b82182ea 100644 --- a/src/ccache/.clang-tidy +++ b/src/ccache/.clang-tidy @@ -29,6 +29,7 @@ Checks: ' clang-diagnostic-*, cppcoreguidelines-*, -cppcoreguidelines-avoid-c-arrays, + -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-avoid-magic-numbers, -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-const-correctness, -- 2.47.2