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/base/io/ioWriteBlif.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/base/io/ioWriteBlif.c') diff --git a/src/base/io/ioWriteBlif.c b/src/base/io/ioWriteBlif.c index d8d3f787..fe4266b0 100644 --- a/src/base/io/ioWriteBlif.c +++ b/src/base/io/ioWriteBlif.c @@ -388,8 +388,6 @@ void Io_NtkWritePos( FILE * pFile, Abc_Ntk_t * pNtk, int fWriteLatches ) if ( pNtk->vRealNodes ) { Abc_Obj_t * pObj; - int Num1 = Vec_IntSize(pNtk->vRealNodes); - int Num2 = Abc_NtkPoNum(pNtk)-pNtk->nRealPos; fprintf( pFile, "\n\n" ); assert( Vec_IntSize(pNtk->vRealNodes) == Abc_NtkPoNum(pNtk)-pNtk->nRealPos ); Abc_NtkForEachObjVec( pNtk->vRealNodes, pNtk, pObj, i ) @@ -723,7 +721,7 @@ void Io_NtkWriteNodeInt( FILE * pFile, Abc_Obj_t * pNode, Vec_Int_t * vCover ) extern word If_Dec7Perform( word t[2], int fDerive ); char * pSop; - word z, uTruth6, uTruth7[2], Cofs6[2], Cofs7[2][2]; + word z, uTruth6 = 0, uTruth7[2], Cofs6[2], Cofs7[2][2]; int c, iVar, nVarsMin[2], pVars[2][10]; // collect variables -- cgit v1.2.3