From 708911daa222ac5f1423a02ebc89eeaf21548f5a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 13:48:57 -0500 Subject: Avoid "suspicious" string comparisons --- test/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test/.clang-tidy') 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, -- cgit v1.2.1