mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 20:08:35 +02:00
Compiler warnings.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "if.h"
|
||||
#include "ifCount.h"
|
||||
#include "bool/kit/kit.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
||||
+1
-1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user