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 --- src/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index 1c26307..21665f3 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -6,7 +6,6 @@ Checks: > -android-cloexec-fopen, -bugprone-branch-clone, -bugprone-narrowing-conversions, - -bugprone-suspicious-string-compare, -cert-err33-c, -cert-err34-c, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -- cgit v1.2.1