From beed84b63136603600528c0f48bcf93f6cb51de4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Nov 2020 20:05:49 +0100 Subject: Use C11 if possible --- test/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 51d3033a..88009c50 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,6 +4,7 @@ Checks: > -*-uppercase-literal-suffix, -android-cloexec-fopen, -clang-analyzer-nullability.NullabilityBase, + -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -hicpp-signed-bitwise, WarningsAsErrors: '*' HeaderFilterRegex: '.*' -- cgit v1.2.1