diff options
author | David Robillard <d@drobilla.net> | 2024-06-10 08:39:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-10 08:39:41 -0400 |
commit | c46b41787cac270638ef7151782357636cf1be77 (patch) | |
tree | 85525c280f7444db598f176c168aef00a0178a63 /.clang-tidy | |
parent | 3532496e21d59c299d3f1eccb55ddf51431e6501 (diff) | |
download | pugl-c46b41787cac270638ef7151782357636cf1be77.tar.gz pugl-c46b41787cac270638ef7151782357636cf1be77.tar.bz2 pugl-c46b41787cac270638ef7151782357636cf1be77.zip |
Suppress new warnings in clang-tidy 17
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
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 |