summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-10-26 22:28:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-10-26 22:28:48 (GMT)
commitbedcfc85bde023dab2fec39589f06361457ebbcd (patch)
tree53c9a6bc85ddcb5d92118b8ee4ade8f9c828c165 /config
parent69d3cf72b3498e4f6ee95425881cf227f7f71c93 (diff)
downloadhdf5-bedcfc85bde023dab2fec39589f06361457ebbcd.zip
hdf5-bedcfc85bde023dab2fec39589f06361457ebbcd.tar.gz
hdf5-bedcfc85bde023dab2fec39589f06361457ebbcd.tar.bz2
[svn-r798] Suppress the warning that a certain library is not used during
the loading. It would be hard to customerize library list for individual loading.
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 e02c2e6..149a1fa 100644
--- a/config/irix64
+++ b/config/irix64
@@ -15,13 +15,15 @@ CC="cc"
RANLIB=:
# What must *always* be present for things to compile correctly?
-# Always turn off these warnings:
+# Always turn off these compiler warnings:
# 1174: function declared but not used
# 1429: the `long long' type is not standard
# 1209: constant expressions
# 1196: __vfork() (this is an SGI config problem)
+# Always turn off these loader warnings:
+# 84: a library is not used
#
-CFLAGS="$CFLAGS -fullwarn -ansi -64 -woff 1174,1429,1209,1196"
+CFLAGS="$CFLAGS -fullwarn -ansi -64 -woff 1174,1429,1209,1196 -Wl,-woff,84"
#CPPFLAGS="$CPPFLAGS -I."
# What compiler flags should be used for code development?