From 97856d021a1282cf3fb9a86701fff3ec403fe912 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 16 Feb 2012 23:40:23 -0800 Subject: Silencing some of the gcc warnings. --- src/map/if/ifSeq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifSeq.c') diff --git a/src/map/if/ifSeq.c b/src/map/if/ifSeq.c index 8b5808d5..eaa33e92 100644 --- a/src/map/if/ifSeq.c +++ b/src/map/if/ifSeq.c @@ -198,7 +198,7 @@ int If_ManBinarySearchPeriod( If_Man_t * p ) { If_Obj_t * pObj; int i, c, fConverged; - int fResetRefs = 0; +// int fResetRefs = 0; p->nAttempts++; // reset initial LValues (PIs to 0; others to -inf) -- cgit v1.2.3