From e1569942291787743e86ab7445944dc4d451ef73 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Aug 2021 10:55:42 -0400 Subject: Suppress new clang-tidy warnings --- examples/.clang-tidy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/.clang-tidy') diff --git a/examples/.clang-tidy b/examples/.clang-tidy index e7e83a6..a03027e 100644 --- a/examples/.clang-tidy +++ b/examples/.clang-tidy @@ -4,6 +4,7 @@ Checks: > -*avoid-c-arrays, -*magic-numbers, -*uppercase-literal-suffix, + -altera-struct-pack-align, -android-cloexec-fopen, -bugprone-macro-parentheses, -bugprone-reserved-identifier, @@ -13,6 +14,7 @@ Checks: > -cert-flp30-c, -clang-analyzer-alpha.*, -clang-analyzer-security.FloatLoopCounter, + -concurrency-mt-unsafe, -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-macro-usage, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, @@ -33,6 +35,8 @@ Checks: > -llvmlibc-*, -misc-misplaced-const, -modernize-use-trailing-return-type, + -performance-no-int-to-ptr, + -readability-function-cognitive-complexity, -readability-implicit-bool-conversion, -readability-named-parameter, FormatStyle: file -- cgit v1.2.1