From a32a81a08457d678bc1efaf787be1ab3f4c67e7c Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 7 Jan 2005 21:09:24 +0000 Subject: Changed way that variables are automatically 'used' so that we don't get compiler warnings about the restrict qualifier. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3952 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/cctk.h') diff --git a/src/include/cctk.h b/src/include/cctk.h index 1b0f19ad..49cd2769 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -227,6 +227,7 @@ static inline int CCTK_GFINDEX4D (const cGH *GH, int i, int j, int k, int l) #define _DECLARE_CCTK_ARGUMENTS _DECLARE_CCTK_CARGUMENTS #define _DECLARE_CCTK_CARGUMENTS \ + int cctki_dummy_int;\ int cctk_dim = cctkGH->cctk_dim;\ int *cctk_gsh = cctkGH->cctk_gsh;\ int *cctk_lsh = cctkGH->cctk_lsh;\ -- cgit v1.2.3