summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.irix64
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-04-17 14:53:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-04-17 14:53:57 (GMT)
commitb59ab36893949af14c403ab46cbdb397f0a24f5b (patch)
tree0287d83b6948dad400cb7d1322931e15d478b4b0 /testpar/Makefile.irix64
parentd6923f46e0f0969aa0b73eb2c525dc8bf65e610c (diff)
downloadhdf5-b59ab36893949af14c403ab46cbdb397f0a24f5b.zip
hdf5-b59ab36893949af14c403ab46cbdb397f0a24f5b.tar.gz
hdf5-b59ab36893949af14c403ab46cbdb397f0a24f5b.tar.bz2
[svn-r352] *** empty log message ***
Diffstat (limited to 'testpar/Makefile.irix64')
-rw-r--r--testpar/Makefile.irix643
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/Makefile.irix64 b/testpar/Makefile.irix64
index 291ab25..fd546eb 100644
--- a/testpar/Makefile.irix64
+++ b/testpar/Makefile.irix64
@@ -13,7 +13,8 @@ MPI_LIBS=$(HOME)/ROMIO/lib/IRIX64/libmpio.a -lmpi
CC=cc -ansi -64
# 1429 -- long long non-standard
-WARNING=-woff 1429
+# 1178 -- print format not compatible
+WARNING=-woff 1429,1178
CFLAGS=-g $(WARNING)
CPPFLAGS=-I. -I../src $(MPI_INC)
RM=rm -f