summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-08 09:43:33 -0400
committerBrad King <brad.king@kitware.com>2016-09-08 09:43:33 -0400
commit52b95d8893fb288a4a787d668b8456c12e887d5c (patch)
tree65b1dc5047b4ee1a0e8c37572a372d9eb5028658 /CTestCustom.cmake.in
parentf506489d1ed222761f9ce752144a458290020e55 (diff)
downloadcmake-52b95d8893fb288a4a787d668b8456c12e887d5c.tar.gz
CTestCustom: Suppress scan-build warnings in flex-generated lexer
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 1699492a0e..848917842d 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"