From af09b7408143c37e91ecd77ed00a41d128d436cf Mon Sep 17 00:00:00 2001 From: nic Date: Fri, 26 Mar 2004 16:35:50 +0000 Subject: [PATCH] fix compiler warnings --- lustre/tests/write_append_truncate.c | 1 + lustre/tests/write_disjoint.c | 1 + 2 files changed, 2 insertions(+) diff --git a/lustre/tests/write_append_truncate.c b/lustre/tests/write_append_truncate.c index c695242..6b7cf30 100644 --- a/lustre/tests/write_append_truncate.c +++ b/lustre/tests/write_append_truncate.c @@ -60,6 +60,7 @@ int rprintf(int rank, int loop, const char *fmt, ...) vprintf(fmt, ap); MPI_Abort(MPI_COMM_WORLD, 1); + exit(1); } int main(int argc, char *argv[]) diff --git a/lustre/tests/write_disjoint.c b/lustre/tests/write_disjoint.c index d4e0093..9232350 100644 --- a/lustre/tests/write_disjoint.c +++ b/lustre/tests/write_disjoint.c @@ -37,6 +37,7 @@ int rprintf(int rank, int loop, const char *fmt, ...) vprintf(fmt, ap); MPI_Abort(MPI_COMM_WORLD, 1); + exit(1); } int main (int argc, char *argv[]) { -- 1.8.3.1