aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-04-22 16:22:54 -0400
committerDavid Robillard <d@drobilla.net>2022-04-23 21:18:56 -0400
commitc7c45e1b7b32cb8a9cab173138e9ab7dedff2b12 (patch)
treeab4ef03b78c530a2950fa33b1e527227a3a2b457 /src
parentcd702ff73abe4ec5f4d427d9c7e894fa79e6a146 (diff)
downloadpugl-c7c45e1b7b32cb8a9cab173138e9ab7dedff2b12.tar.gz
pugl-c7c45e1b7b32cb8a9cab173138e9ab7dedff2b12.tar.bz2
pugl-c7c45e1b7b32cb8a9cab173138e9ab7dedff2b12.zip
Suppress warnings when building with clang on Windows
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
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/.*'