From fd5cbbe0008c53ebfd666fe34be958d5b5456880 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 9 Apr 2015 07:47:36 -0400 Subject: CTestCustom: Suppress more OS X universal binary link arch warnings --- 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 d716498ac4..15f83ad437 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -53,6 +53,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element" "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast "ld: warning: directory not found for option .-(F|L)" + "ld: warning: ignoring file .*/libgcc.a, file was built for archive which is not the architecture being linked" "ld: warning: in .*/libgcc.a, file is not of required architecture" "warning.*This version of Mac OS X is unsupported" "clang.*: warning: argument unused during compilation: .-g" -- cgit v1.2.1