diff options
author | julie <julielangou@users.noreply.github.com> | 2011-01-08 16:13:32 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-01-08 16:13:32 +0000 |
commit | ecdfdc8fb0aed72c63559fb680b9039081da6966 (patch) | |
tree | ff94759b4683b57fc7ec9c7458e3d775bcf2db1a /CTestCustom.cmake.in | |
parent | fc22ffe70dc4e1a0c13b7975be2efcd1a4fe4d37 (diff) | |
download | lapack-ecdfdc8fb0aed72c63559fb680b9039081da6966.tar.gz lapack-ecdfdc8fb0aed72c63559fb680b9039081da6966.tar.bz2 lapack-ecdfdc8fb0aed72c63559fb680b9039081da6966.zip |
Suppress harmless linker warnings on IRIX + MIPSpro
- Chuck Atkins (Kitware)
Diffstat (limited to 'CTestCustom.cmake.in')
-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" ) |