From b2d78db908f35d963c84bcbe697f9cf9943019a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Jul 2024 07:31:13 -0400 Subject: Suppress new warnings in clang and clang-tidy 18 --- test/headers/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/headers/.clang-tidy') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 08abd38..125a043 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -22,6 +22,7 @@ Checks: > -hicpp-no-array-decay, -llvmlibc-*, -modernize-use-trailing-return-type, + -performance-enum-size, -readability-identifier-length, -readability-implicit-bool-conversion, CheckOptions: -- cgit v1.2.1