From 22f167dd0ae37a35fdfd9a8222c85384a4bc3b4c Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 30 Oct 2021 11:51:11 +0300 Subject: Ignore some warnings --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 8b9e7c0c..df52357d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,6 +1,7 @@ Checks: '*, -altera-unroll-loops, -llvmlibc-callee-namespace, + -llvmlibc-restrict-system-libc-headers, -llvm-header-guard, -llvm-namespace-comment, -google-build-using-namespace, @@ -9,6 +10,7 @@ Checks: '*, -fuchsia-statically-constructed-objects, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-constant-array-index, + -cppcoreguidelines-pro-type-static-cast-downcast, -cppcoreguidelines-pro-type-union-access, -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-vararg, -- cgit v1.2.3