From cd5a522434d15da1b6e88d7fd997fce0c554da23 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 5 Feb 1998 22:06:48 -0500 Subject: [svn-r226] Turned off couple tedious warning messages. One (1174) due to incorrect local O2K system configuration. The other (1429 about long long) is ignorable since long long is standard in the next version of ANSI C. --- config/irix64 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/irix64 b/config/irix64 index 3d4b3eb..4753d86 100644 --- a/config/irix64 +++ b/config/irix64 @@ -37,7 +37,10 @@ # only apply to that compiler. CC="cc -ansi -64" -warn="-fullwarn" +# -woff 1174 about function declared but not used +# -woff 1429 about long long type non-standard +warn="-fullwarn -woff 1174,1429" +#warn="-woff 1174,1429" profile="-pg" @@ -52,5 +55,6 @@ RANLIB=: # SGI needs not ranlib # Don't set CFLAGS if the user already did. if test -z "$CFLAGS"; then CFLAGS="`eval echo ${HDF5_MODE:-$default_mode}`" + CFLAGS="$CFLAGS $PHDFFLAGS" export CFLAGS fi -- cgit v0.12