From 70747865473249149286dfc19ca2d50c12aaaf36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Dec 2025 18:35:52 -0500 Subject: Suppress new warning in clang-tidy 21 --- test/cpp/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cpp/.clang-tidy') diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy index b7981cc..02ee4b8 100644 --- a/test/cpp/.clang-tidy +++ b/test/cpp/.clang-tidy @@ -15,6 +15,7 @@ Checks: > -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-vararg, + -cppcoreguidelines-use-enum-class, -hicpp-no-array-decay, -hicpp-vararg, -modernize-use-using, -- cgit v1.2.1