From 969d6c012e51a98427cadb42473dfaeb2a1f6df5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:53:02 -0400 Subject: Suppress new clang-tidy warnings --- test/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index d335ce8..4b98cf1 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,5 +4,7 @@ Checks: > -*-magic-numbers, -cert-err33-c, + -modernize-macro-to-enum, + -performance-no-int-to-ptr, -readability-identifier-length, InheritParentConfig: true -- cgit v1.2.1