From 1e9c1d0c87de977e0ea08e2a417a729cf19eb31f Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 7 Aug 2018 07:56:35 -0400 Subject: CTestCustom: Suppress scanbuild warning in liblzma --- 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 eb8b6304ad..aef375a9c1 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -92,6 +92,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "cmFortranLexer.cxx:[0-9]+:[0-9]+: warning: Call to 'realloc' has an allocation size of 0 bytes" "testProcess.*warning: Dereference of null pointer .loaded from variable .invalidAddress.." "liblzma/simple/x86.c:[0-9]+:[0-9]+: warning: The result of the '<<' expression is undefined" + "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" ) -- cgit v1.2.1