diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-04-17 14:53:57 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-04-17 14:53:57 (GMT) |
commit | b59ab36893949af14c403ab46cbdb397f0a24f5b (patch) | |
tree | 0287d83b6948dad400cb7d1322931e15d478b4b0 /testpar/Makefile.irix64 | |
parent | d6923f46e0f0969aa0b73eb2c525dc8bf65e610c (diff) | |
download | hdf5-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.irix64 | 3 |
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 |