diff options
author | Brad King <brad.king@kitware.com> | 2018-08-07 11:56:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-07 12:07:50 (GMT) |
commit | 1e9c1d0c87de977e0ea08e2a417a729cf19eb31f (patch) | |
tree | d21e1b173c368ecfb0fe45dfe3085783c80a6433 /CTestCustom.cmake.in | |
parent | 2461dd79e58a51d5d56cb8391f14968d765fa072 (diff) | |
download | CMake-1e9c1d0c87de977e0ea08e2a417a729cf19eb31f.zip CMake-1e9c1d0c87de977e0ea08e2a417a729cf19eb31f.tar.gz CMake-1e9c1d0c87de977e0ea08e2a417a729cf19eb31f.tar.bz2 |
CTestCustom: Suppress scanbuild warning in liblzma
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index eb8b630..aef375a 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" ) |