From f1dcc2b510ab3914b8f7ddf48aecaf819183d12f Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 6 Jul 2001 16:33:29 -0500 Subject: [svn-r4140] Purpose: Make T3E happy Description: hdf5-1.4.2-pre0 would not build without adding special flag to disable linker warning #412 for Fortran Solution: Disable warning #412 Platforms tested: T3E --- fortran/config/unicosmk2.0.5.X | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/config/unicosmk2.0.5.X b/fortran/config/unicosmk2.0.5.X index 36dab49..2b4efe2 100644 --- a/fortran/config/unicosmk2.0.5.X +++ b/fortran/config/unicosmk2.0.5.X @@ -162,7 +162,7 @@ fi if test "X-" = "X-$f9x_flags_set"; then # -Wl passes flags to the linker and -M# will ignore warnings with # number #. Warning 405 was stopping the executable from being built. - FFLAGS="-dp -Wl-M405" + FFLAGS="-dp -Wl-M405,412" DEBUG_FFLAGS="" PROD_FFLAGS="" PROFILE_FFLAGS="" -- cgit v0.12