summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-08-07 07:56:35 -0400
committerBrad King <brad.king@kitware.com>2018-08-07 08:07:50 -0400
commit1e9c1d0c87de977e0ea08e2a417a729cf19eb31f (patch)
treed21e1b173c368ecfb0fe45dfe3085783c80a6433 /CTestCustom.cmake.in
parent2461dd79e58a51d5d56cb8391f14968d765fa072 (diff)
downloadcmake-1e9c1d0c87de977e0ea08e2a417a729cf19eb31f.tar.gz
CTestCustom: Suppress scanbuild warning in liblzma
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
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"
)