diff options
author | David Robillard <d@drobilla.net> | 2024-07-16 22:05:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-16 22:05:36 -0400 |
commit | 70e5ebad012d13ff3443b0a5f7fb402ee3212fcb (patch) | |
tree | 2281281c20807314d08c698da3afc492c3820b04 /test/headers | |
parent | 39dc2b231dae2743bceb6ebb8a3d4792307df12a (diff) | |
download | lv2-70e5ebad012d13ff3443b0a5f7fb402ee3212fcb.tar.xz |
Avoid narrowing casts through void
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 26d6f6f..bf971cc 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -7,7 +7,6 @@ Checks: > -*-magic-numbers, -altera-*, -bugprone-assignment-in-if-condition, - -bugprone-casting-through-void, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -llvmlibc-restrict-system-libc-headers, |