diff options
-rw-r--r-- | CTestCustom.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 05a51a9b..c008060f 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" ) |