From 84d6dc4ad57d12091c0873ef4a769d1eec0a716a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Sep 2023 12:36:01 -0400 Subject: Suppress new warnings in clang-tidy 16 --- test/headers/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/headers') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 2eb99e7..08abd38 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -10,6 +10,7 @@ Checks: > -altera-*, -android-cloexec-accept, -bugprone-easily-swappable-parameters, + -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-pointer-arithmetic, -- cgit v1.2.1