summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-16 15:00:23 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-16 15:00:23 +0000
commitd6789e1feee3741a58c57eb5e918ce10699f4f57 (patch)
tree410851784b8b3f2cad69a6b2dc9a4d3ecb018da7 /src/comm
parentdb717b76f385cd616e52935af5af5f13cb58eaf1 (diff)
Fixed gcc warning.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3045 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusDefaultComm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 7134dcfc..c1ea2474 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -47,7 +47,6 @@ extern char MPI_Active;
#ifdef CCTK_MPI
#define CACTUS_MPI_ERROR(xf) \
- do \
{ \
int errcode; \
\
@@ -64,7 +63,7 @@ extern char MPI_Active;
fprintf(stderr, "At line %d of file %s\n", \
__LINE__, __FILE__); \
} \
- } while (0)
+ }
#endif
/********************************************************************