diff options
author | Brad King <brad.king@kitware.com> | 2020-04-07 11:09:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-07 11:09:24 (GMT) |
commit | 82a06d5cb46bea0e87fdeed35ab023099f649621 (patch) | |
tree | 7767586e93cfbf78e6a43fbc7dc943a9c3eb4b07 /CTestCustom.cmake.in | |
parent | 722d6b41053c6f143e10468d2ea25146a3dcf7a5 (diff) | |
download | CMake-82a06d5cb46bea0e87fdeed35ab023099f649621.zip CMake-82a06d5cb46bea0e87fdeed35ab023099f649621.tar.gz CMake-82a06d5cb46bea0e87fdeed35ab023099f649621.tar.bz2 |
CTestCustom: Suppress scanbuild warning in libuv
This is third-party code.
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 bd250e2..c3f3b7c 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" ) |