diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-11-26 21:47:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-14 14:40:33 (GMT) |
commit | c5df1f165c7f8f1e31e3144d326c6836af2e678d (patch) | |
tree | 58a84dbb41717eb7f49c1ae746b39ed5db37ca26 /CTestCustom.cmake.in | |
parent | 1dd3e21a54f684df876da6d778ed04535ebf10ee (diff) | |
download | CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.zip CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.tar.gz CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.tar.bz2 |
Regenerate lexer source code
Revise the manual procedure in the `*Lexer.in.l` files. Some of our
post-processing steps are no longer necessary with the current set of
supported compilers. Some steps changed with newer versions of flex.
Then regenerate all lexers with flex version 2.6.1.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 07a9fdb..fa2fbe3 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -83,6 +83,10 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "warning: Value stored to 'yytoken' is never read" "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.*" + "cmCommandArgumentLexer.cxx:[0-9]+:[0-9]+: warning: Call to 'realloc' has an allocation size of 0 bytes" + "cmDependsJavaLexer.cxx:[0-9]+:[0-9]+: warning: Call to 'realloc' has an allocation size of 0 bytes" + "cmExprLexer.cxx:[0-9]+:[0-9]+: warning: Call to 'realloc' has an allocation size of 0 bytes" + "cmListFileLexer.c:[0-9]+:[0-9]+: warning: Call to 'realloc' has an allocation size of 0 bytes" "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" |