From ce3cd1a89b951949a221700c972a9932a31876aa Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Wed, 29 Aug 2018 16:11:02 -0400 Subject: Solaris: Silence warning when using system libform. --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'CTestCustom.cmake.in') diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index aef375a9c1..18e00783a5 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 -- cgit v1.2.1