CTestCustom: Suppress OS X universal binary link arch warnings
This commit is contained in:
parent
00214357ba
commit
3113d86df4
|
@ -53,6 +53,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
|
||||||
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
|
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
|
||||||
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
|
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
|
||||||
"ld: warning: directory not found for option .-(F|L)"
|
"ld: warning: directory not found for option .-(F|L)"
|
||||||
|
"ld: warning: in .*/libgcc.a, file is not of required architecture"
|
||||||
"warning.*This version of Mac OS X is unsupported"
|
"warning.*This version of Mac OS X is unsupported"
|
||||||
"clang.*: warning: argument unused during compilation: .-g"
|
"clang.*: warning: argument unused during compilation: .-g"
|
||||||
"note: in expansion of macro" # diagnostic context note
|
"note: in expansion of macro" # diagnostic context note
|
||||||
|
|
Loading…
Reference in New Issue