Suppress harmless linker warnings on IRIX + MIPSpro
authorjulie <julielangou@users.noreply.github.com>
Sat, 8 Jan 2011 16:13:32 +0000 (16:13 +0000)
committerjulie <julielangou@users.noreply.github.com>
Sat, 8 Jan 2011 16:13:32 +0000 (16:13 +0000)
- Chuck Atkins (Kitware)

CTestCustom.cmake.in

index 05a51a9..c008060 100644 (file)
@@ -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"
 )