aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-01-08 16:13:32 +0000
committerjulie <julielangou@users.noreply.github.com>2011-01-08 16:13:32 +0000
commitecdfdc8fb0aed72c63559fb680b9039081da6966 (patch)
treeff94759b4683b57fc7ec9c7458e3d775bcf2db1a /CTestCustom.cmake.in
parentfc22ffe70dc4e1a0c13b7975be2efcd1a4fe4d37 (diff)
Suppress harmless linker warnings on IRIX + MIPSpro
- Chuck Atkins (Kitware)
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in3
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"
)