diff options
author | David Robillard <d@drobilla.net> | 2022-01-12 18:45:15 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-13 15:17:40 -0500 |
commit | 17e73683aa446e872fb118487f7dc39436032b3d (patch) | |
tree | 7c51a905c04b0d5866637e90c2be95ecf91e899f /test/.clang-tidy | |
parent | c05fdaa19be53ef618435d3629122a4ebdc7cb63 (diff) | |
download | serd-17e73683aa446e872fb118487f7dc39436032b3d.tar.gz serd-17e73683aa446e872fb118487f7dc39436032b3d.tar.bz2 serd-17e73683aa446e872fb118487f7dc39436032b3d.zip |
Suppress new warnings in clang-tidy 13
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 0085ddb0..539d0b59 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,8 +2,9 @@ Checks: > *, -*-magic-numbers, -*-uppercase-literal-suffix, - -altera-struct-pack-align, + -altera-*, -android-cloexec-fopen, + -bugprone-easily-swappable-parameters, -clang-analyzer-nullability.NullabilityBase, -clang-analyzer-nullability.NullableDereferenced, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |