summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-02-10 16:07:58 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-02-10 16:07:58 (GMT)
commite9360a7c0d5cfe092e7a7680b72c1edcee43191d (patch)
treededd50bc03e41495d91c98cfe1faaad793cc7007 /config
parent66d18e9bf2fc9bf96f8a3fed4807385d8cbee5fd (diff)
downloadhdf5-e9360a7c0d5cfe092e7a7680b72c1edcee43191d.zip
hdf5-e9360a7c0d5cfe092e7a7680b72c1edcee43191d.tar.gz
hdf5-e9360a7c0d5cfe092e7a7680b72c1edcee43191d.tar.bz2
[svn-r237] I am checking in changes made by Robb. Turn off another two tedious
warnings. # -woff 1209 about constant expressions # -woff 1196 about __vfork() being implicitly declared, config prob.
Diffstat (limited to 'config')
-rw-r--r--config/irix646
1 files changed, 4 insertions, 2 deletions
diff --git a/config/irix64 b/config/irix64
index 4753d86..0d6d58f 100644
--- a/config/irix64
+++ b/config/irix64
@@ -39,8 +39,10 @@ CC="cc -ansi -64"
# -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"
+# -woff 1209 about constant expressions
+# -woff 1196 about __vfork() being implicitly declared, config prob.
+warn="-fullwarn -woff 1174,1429,1209,1196"
+#warn="-woff 1174,1429,1209,1196"
profile="-pg"