mirror of
https://github.com/reactos/CMake.git
synced 2025-02-07 20:38:49 +00:00
CTestCustom: Suppress -Wcast-align warnings in sha2 code
This is third party code and we know that at run time the correct alignment is achieved.
This commit is contained in:
parent
3927747547
commit
a553dc0a09
@ -19,6 +19,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
|
||||
"Utilities.cmbzip2."
|
||||
"Source.CTest.Curl"
|
||||
"Source.CursesDialog.form"
|
||||
"Source.cm_sha2.*warning.*cast increases required alignment of target type"
|
||||
"Utilities.cmcurl"
|
||||
"Utilities.cmexpat."
|
||||
"Utilities.cmlibarchive"
|
||||
|
Loading…
x
Reference in New Issue
Block a user