From 78d5e3d5920c39aec051816eea9953cdfea2745f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Sep 2021 20:11:29 -0400 Subject: Suppress new warnings in clang-tidy 12 --- benchmark/.clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'benchmark/.clang-tidy') diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy index 038fecc..d688406 100644 --- a/benchmark/.clang-tidy +++ b/benchmark/.clang-tidy @@ -2,6 +2,7 @@ Checks: > *, -*-magic-numbers, -*-uppercase-literal-suffix, + -altera-struct-pack-align, -android-cloexec-fopen, -bugprone-reserved-identifier, -cert-dcl37-c, @@ -10,6 +11,8 @@ Checks: > -hicpp-multiway-paths-covered, -llvm-header-guard, -llvmlibc-*, + -performance-no-int-to-ptr, + -readability-function-cognitive-complexity, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1