From 0634c9a6ac22d520ea63beab44ade590816f7f9e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Feb 2023 14:56:42 -0500 Subject: Suppress/fix new warnings in clang-tidy 15 --- test/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 16da00c..2d684a6 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -10,6 +10,7 @@ Checks: > -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, -llvm-header-guard, + -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, InheritParentConfig: true -- cgit v1.2.1