From c7c45e1b7b32cb8a9cab173138e9ab7dedff2b12 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2022 16:22:54 -0400 Subject: Suppress warnings when building with clang on Windows --- src/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index 70b522f..29f7e2e 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -12,6 +12,7 @@ Checks: > -hicpp-signed-bitwise, -llvm-header-guard, -llvmlibc-*, + -performance-no-int-to-ptr, -readability-function-cognitive-complexity, FormatStyle: file HeaderFilterRegex: 'pugl/.*' -- cgit v1.2.1