diff options
author | David Robillard <d@drobilla.net> | 2022-09-09 13:25:17 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-09 13:26:44 -0400 |
commit | 93349b03bcf1552223a9c49f3f2e99bace4a1c04 (patch) | |
tree | b6f0bde0a9ba39f632f3fe9e647e6a293e544741 /test/.clang-tidy | |
parent | a459db9bf692e11c2d4ecb6047c2878cdcbeb2bd (diff) | |
download | lv2-93349b03bcf1552223a9c49f3f2e99bace4a1c04.tar.xz |
Fix allegedly "suspicious" string comparisons
I guess it's suspicious if you've got about 5 minutes of C experience?
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 53f37b1..ca868be 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -9,7 +9,6 @@ Checks: > -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-suspicious-include, - -bugprone-suspicious-string-compare, -llvm-header-guard, -llvmlibc-implementation-in-namespace, -llvmlibc-restrict-system-libc-headers, |