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 /.clang-tidy | |
parent | 39dc2b231dae2743bceb6ebb8a3d4792307df12a (diff) | |
download | lv2-70e5ebad012d13ff3443b0a5f7fb402ee3212fcb.tar.xz |
Avoid narrowing casts through void
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 5279051..4033a55 100644 --- a/.clang-tidy +++ b/.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, -clang-diagnostic-unused-function, |