From d56e49b892e63b0ccd337093337ece0546f3d738 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 18 Jan 2013 17:26:47 +0000 Subject: Mark some cctk_Loop variables as unused git-svn-id: http://svn.cactuscode.org/flesh/trunk@4943 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Loop.h | 44 ++++++++++++++++++++++---------------------- src/include/cctk_Loop.h.pl | 8 ++++---- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/include/cctk_Loop.h b/src/include/cctk_Loop.h index 8af15eab..05e846f9 100644 --- a/src/include/cctk_Loop.h +++ b/src/include/cctk_Loop.h @@ -53,12 +53,12 @@ int const cctki0_idir = (idir); \ int const cctki0_imin = (imin_); \ int const cctki0_imax = (imax_); \ - int const cctki0_iash = (iash); \ + int const cctki0_iash CCTK_ATTRIBUTE_UNUSED = (iash); \ int const cctki0_istr = (istr); \ - int const imin = cctki0_imin; \ - int const imax = cctki0_imax; \ + int const imin CCTK_ATTRIBUTE_UNUSED = cctki0_imin; \ + int const imax CCTK_ATTRIBUTE_UNUSED = cctki0_imax; \ _Pragma("omp for") \ - for (int i=cctki0_imin - (imin) % cctki0_istr; i