diff options
author | Brad King <brad.king@kitware.com> | 2018-08-31 18:41:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-08-31 18:41:28 (GMT) |
commit | e58a13c54669142be5290493827ade4f8959418a (patch) | |
tree | b88d89945c9423bf9042a15dd6b32323a9ce6aa9 | |
parent | 16225c28d09c9ec220ed481dc2a4567bcdc02639 (diff) | |
parent | ce3cd1a89b951949a221700c972a9932a31876aa (diff) | |
download | CMake-e58a13c54669142be5290493827ade4f8959418a.zip CMake-e58a13c54669142be5290493827ade4f8959418a.tar.gz CMake-e58a13c54669142be5290493827ade4f8959418a.tar.bz2 |
Merge topic 'solaris-silence-system-libform-warning'
ce3cd1a89b Solaris: Silence warning when using system libform.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2330
-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 |