From d4f2ac2e51c5463c2214b94bb6e5e86c208b6f65 Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 18 Aug 2003 17:17:19 +0000 Subject: Fixed compiler warning about statement with no effect. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@174 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/Startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Startup.c') diff --git a/src/Startup.c b/src/Startup.c index 58807cd..9facc9f 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -238,7 +238,7 @@ static int InterpLocal_NthOrder (cGH *GH, /* no information needed from the GH */ - (void *) (GH + 0); + (void) (GH + 0); /* need to turn int's into CCTK_INT's */ _coord_dims = malloc ((num_dims + num_in_arrays + num_out_arrays) * -- cgit v1.2.3