diff options
author | David Robillard <d@drobilla.net> | 2021-12-17 13:05:43 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-12-17 13:05:43 -0500 |
commit | b953b87ad473c7a4480df6b2bcbed68b13c8c663 (patch) | |
tree | 4b2ce682679286e98efd399aec6115a82ce3fc76 /examples/.clang-tidy | |
parent | 57342f580b15948aa5be35701f9742a25ca9493d (diff) | |
download | pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.tar.gz pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.tar.bz2 pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.zip |
Suppress new warnings in clang-tidy 13
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r-- | examples/.clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy index a03027e..52f1f0e 100644 --- a/examples/.clang-tidy +++ b/examples/.clang-tidy @@ -4,8 +4,9 @@ Checks: > -*avoid-c-arrays, -*magic-numbers, -*uppercase-literal-suffix, - -altera-struct-pack-align, + -altera*, -android-cloexec-fopen, + -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-reserved-identifier, -bugprone-suspicious-string-compare, |