Compiler warnings.

This commit is contained in:
Alan Mishchenko
2014-08-04 15:34:34 -07:00
parent 1d9d6814ee
commit a3a6002b3d
5 changed files with 67 additions and 11 deletions
+1
View File
@@ -20,6 +20,7 @@
#include "if.h"
#include "ifCount.h"
#include "bool/kit/kit.h"
ABC_NAMESPACE_IMPL_START
+1 -1
View File
@@ -79,7 +79,7 @@ If_Man_t * If_ManStart( If_Par_t * pPars )
for ( v = 0; v < 6; v++ )
p->vTtIsops[v] = p->vTtIsops[6];
}
if ( p->pPars->fDelayOpt || pPars->nGateSize > 0 || p->pPars->fDsdBalance );
if ( pPars->fDelayOpt || pPars->nGateSize > 0 || pPars->fDsdBalance )
{
p->vCover = Vec_IntAlloc( 0 );
p->vArray = Vec_IntAlloc( 1000 );