summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-12 13:18:07 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-12 13:18:07 +0000
commit958947ae827613b0f18e3197812091444c2546ad (patch)
tree053d5e5cf8b69a8560dcfd78cac36188c0e39980
parente9860ab3f640bd2df8d49e1db33223684f22f1ba (diff)
Removing compiler warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1234 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/ScheduleInterface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 139643d2..9f497707 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -1250,9 +1250,9 @@ static int CCTKi_SchedulePrintTimesWhile(int n_whiles,
t_attribute *attribute,
t_sched_data *data)
{
- int i;
#if 0
+ int i;
if(!data->whiling)
{
for(i=0; i < indent_level+2; i++) printf(" ");