diff options
author | David Robillard <d@drobilla.net> | 2022-09-16 19:11:17 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-16 22:31:06 -0400 |
commit | 98083798c718921d0838f419fa7604310a55c051 (patch) | |
tree | 0efc36161d890984edb740df8ede529cf4ee903b /.clang-tidy | |
parent | 5d0f04e89192754b8b2de11adcbebcf7919e3a08 (diff) | |
download | chilbert-98083798c718921d0838f419fa7604310a55c051.tar.gz chilbert-98083798c718921d0838f419fa7604310a55c051.tar.bz2 chilbert-98083798c718921d0838f419fa7604310a55c051.zip |
Fix uninitialized variable
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 f9bed5d..0c487a6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,7 +13,6 @@ Checks: > -altera-*, -bugprone-easily-swappable-parameters, -cert-oop54-cpp, - -cppcoreguidelines-init-variables, -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-constant-array-index, -cppcoreguidelines-pro-bounds-pointer-arithmetic, |