diff options
author | David Robillard <d@drobilla.net> | 2022-06-15 13:00:54 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-03 19:51:16 -0400 |
commit | 7ee4fa3fe15a2057541bf35534a2f94f77c19d5d (patch) | |
tree | 9b870fd422613f7dbb4de914a89807ba4285f323 /.clang-tidy | |
parent | 75111f6ff0f24e7ef683eb13963fe5c7e40d0f83 (diff) | |
download | lv2-7ee4fa3fe15a2057541bf35534a2f94f77c19d5d.tar.xz |
Suppress new warnings from clang-tidy 13
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 7cb42c6..08ce6e9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -4,6 +4,7 @@ Checks: > -*-magic-numbers, -*-uppercase-literal-suffix, -altera-*, + -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-suspicious-include, -bugprone-suspicious-string-compare, |