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/aig/gia/giaCCof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aig/gia/giaCCof.c') diff --git a/src/aig/gia/giaCCof.c b/src/aig/gia/giaCCof.c index b04d5953..6fbd1095 100644 --- a/src/aig/gia/giaCCof.c +++ b/src/aig/gia/giaCCof.c @@ -267,7 +267,7 @@ Gia_Man_t * Gia_ManCofTest( Gia_Man_t * pGia, int nFrameMax, int nConfMax, int n Gia_Man_t * pNew; Ccf_Man_t * p; Gia_Obj_t * pObj; - int f, i, Lit, RetValue, fFailed = 0; + int f, i, Lit, RetValue = -1, fFailed = 0; int nTimeToStop = time(NULL) + nTimeMax; int clk = clock(); assert( Gia_ManPoNum(pGia) == 1 ); -- cgit v1.2.3