From 82a06d5cb46bea0e87fdeed35ab023099f649621 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 7 Apr 2020 07:09:07 -0400 Subject: CTestCustom: Suppress scanbuild warning in libuv This is third-party code. --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'CTestCustom.cmake.in') diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index bd250e23aa..c3f3b7cef0 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -99,6 +99,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "liblzma/common/index_encoder.c:[0-9]+:[0-9]+: warning: Value stored to .* during its initialization is never read" "libuv/src/.*:[0-9]+:[0-9]+: warning: Dereference of null pointer" "libuv/src/.*:[0-9]+:[0-9]+: warning: The left operand of '==' is a garbage value" + "libuv/src/.*:[0-9]+:[0-9]+: warning: 1st function call argument is an uninitialized value" "nghttp2/lib/.*:[0-9]+:[0-9]+: warning: Dereference of null pointer" "nghttp2/lib/.*:[0-9]+:[0-9]+: warning: Value stored to .* is never read" ) -- cgit v1.2.1