From ecdfdc8fb0aed72c63559fb680b9039081da6966 Mon Sep 17 00:00:00 2001 From: julie Date: Sat, 8 Jan 2011 16:13:32 +0000 Subject: [PATCH] Suppress harmless linker warnings on IRIX + MIPSpro - Chuck Atkins (Kitware) --- CTestCustom.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 05a51a9..c008060 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -26,4 +26,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION # Common warning when linking ATLAS built with GNU Fortran 4.1 and building # with GNU Fortran 4.4. It can be safely ignored. "libgfortran.*may conflict with libgfortran" + + # Harmless warning often seen on IRIX + "WARNING 84 : .*libm.* is not used for resolving any symbol" ) -- 2.7.4