From bc264ab6f58177124d49a72b4a808eb97fa2cb25 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Jul 2021 13:51:45 -0400 Subject: Avoid use of atoi() and atol() --- benchmark/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'benchmark/.clang-tidy') diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy index eab2452..06febc0 100644 --- a/benchmark/.clang-tidy +++ b/benchmark/.clang-tidy @@ -7,7 +7,6 @@ Checks: > -bugprone-suspicious-string-compare, -cert-dcl37-c, -cert-dcl51-cpp, - -cert-err34-c, -cert-msc30-c, -cert-msc32-c, -cert-msc50-cpp, -- cgit v1.2.1