aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-10 08:39:41 -0400
committerDavid Robillard <d@drobilla.net>2024-06-10 08:39:41 -0400
commitc46b41787cac270638ef7151782357636cf1be77 (patch)
tree85525c280f7444db598f176c168aef00a0178a63
parent3532496e21d59c299d3f1eccb55ddf51431e6501 (diff)
downloadpugl-c46b41787cac270638ef7151782357636cf1be77.tar.gz
pugl-c46b41787cac270638ef7151782357636cf1be77.tar.bz2
pugl-c46b41787cac270638ef7151782357636cf1be77.zip
Suppress new warnings in clang-tidy 17
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 3e54543..7f81150 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -6,9 +6,11 @@ Checks: >
-*-magic-numbers,
-altera*,
-bugprone-assignment-in-if-condition,
+ -bugprone-switch-missing-default-case,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
-llvmlibc-*,
+ -misc-include-cleaner,
-readability-identifier-length,
CheckOptions:
- key: hicpp-uppercase-literal-suffix.NewSuffixes