diff options
author | David Robillard <d@drobilla.net> | 2020-09-27 18:14:19 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-27 18:14:19 +0200 |
commit | 1e936e45560d6e398d41aaf36e04a7f491f06b37 (patch) | |
tree | 6fabe3ab54ccd9f78aeb10a6808d01016954697a /.clang-tidy | |
parent | de095162e5e71fd74453564e9efc9a3c43209116 (diff) | |
download | lv2-1e936e45560d6e398d41aaf36e04a7f491f06b37.tar.xz |
Fix narrowing conversions
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 168695f..e46c5e8 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,7 +1,6 @@ Checks: > *, -*-magic-numbers, - -*-narrowing-conversions, -*-uppercase-literal-suffix, -bugprone-macro-parentheses, -clang-diagnostic-empty-translation-unit, |