diff options
author | David Robillard <d@drobilla.net> | 2022-12-10 13:48:57 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-10 19:04:45 -0500 |
commit | 708911daa222ac5f1423a02ebc89eeaf21548f5a (patch) | |
tree | 697278b2b700d3856b52a6150c1a7da82a91d4f2 /test/.clang-tidy | |
parent | 1988db57ca8003a406e08855ab66d1891fc5ce6b (diff) | |
download | lilv-708911daa222ac5f1423a02ebc89eeaf21548f5a.tar.gz lilv-708911daa222ac5f1423a02ebc89eeaf21548f5a.tar.bz2 lilv-708911daa222ac5f1423a02ebc89eeaf21548f5a.zip |
Avoid "suspicious" string comparisons
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 d359da0..4ef27ee 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -7,7 +7,6 @@ Checks: > -android-cloexec-fopen, -bugprone-branch-clone, -bugprone-narrowing-conversions, - -bugprone-suspicious-string-compare, -cert-err33-c, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -concurrency-mt-unsafe, |