diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2018-08-29 20:11:02 (GMT) |
---|---|---|
committer | Chuck Atkins <chuck.atkins@kitware.com> | 2018-08-29 20:11:02 (GMT) |
commit | ce3cd1a89b951949a221700c972a9932a31876aa (patch) | |
tree | bfdec5f25de0080f97bd4610b97f08f01529bcad /CTestCustom.cmake.in | |
parent | 6783fac20a060d0078a03775f179a0f020c53267 (diff) | |
download | CMake-ce3cd1a89b951949a221700c972a9932a31876aa.zip CMake-ce3cd1a89b951949a221700c972a9932a31876aa.tar.gz CMake-ce3cd1a89b951949a221700c972a9932a31876aa.tar.bz2 |
Solaris: Silence warning when using system libform.
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 aef375a..18e0078 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -2,6 +2,7 @@ list(APPEND CTEST_CUSTOM_ERROR_MATCH "ERROR:") list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION + "warning: cast from 'char\\*' to 'cmCursesWidget\\*' increases required alignment of target type" # Occurs when using Solaris's system libform "xtree.[0-9]+. : warning C4702: unreachable code" "warning LNK4221" "warning LNK4204" # Occurs by race condition with objects in small libs |