mirror of
https://github.com/reactos/CMake.git
synced 2025-02-22 21:11:43 +00:00
Solaris: Silence warning when using system libform.
This commit is contained in:
parent
6783fac20a
commit
ce3cd1a89b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user