diff options
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 |