From 67fcacbb1cdda35cd79185328f7ec19658e4d3d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Nov 2020 13:21:38 +0100 Subject: Suppress nullability warnings in tests --- test/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 6188e22f..51d3033a 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -3,6 +3,7 @@ Checks: > -*-magic-numbers, -*-uppercase-literal-suffix, -android-cloexec-fopen, + -clang-analyzer-nullability.NullabilityBase, -hicpp-signed-bitwise, WarningsAsErrors: '*' HeaderFilterRegex: '.*' -- cgit v1.2.1