diff options
author | Brad King <brad.king@kitware.com> | 2016-09-09 15:18:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-09 15:18:01 (GMT) |
commit | 46cf4151c4c95627ce57363f128ba17aa2d647b8 (patch) | |
tree | fcb30ff5093307f9a1f977310ca6ddb7d6213092 | |
parent | 7c05f1371c95102efac91dcf71acd08f570a446f (diff) | |
parent | 52b95d8893fb288a4a787d668b8456c12e887d5c (diff) | |
download | CMake-46cf4151c4c95627ce57363f128ba17aa2d647b8.zip CMake-46cf4151c4c95627ce57363f128ba17aa2d647b8.tar.gz CMake-46cf4151c4c95627ce57363f128ba17aa2d647b8.tar.bz2 |
Merge topic 'fortran-scanbuild-fixes'
52b95d88 CTestCustom: Suppress scan-build warnings in flex-generated lexer
-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 1699492..8489178 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -81,6 +81,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "index_encoder.c.241.2. warning: Value stored to .out_start. is never read" "index.c.*warning: Access to field.*results in a dereference of a null pointer.*loaded from variable.*" "cm_sha2.*warning: Value stored to.*is never read" + "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" "libuv/src/.*:[0-9]+:[0-9]+: warning: Dereference of null pointer" |