mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
2650f94598
commit
2c275b8c71
|
|
@ -637,10 +637,6 @@ if ( fVerbose )
|
|||
Rsb_DecPrintTable( pCexes, nGs, nGsAll, vTries );
|
||||
if ( fVerbose )
|
||||
Vec_IntFree( vTries );
|
||||
if ( fVerbose && Vec_IntSize(p->vFaninsOld) && Vec_IntSize(p->vFaninsOld) <= 4 && Vec_IntSize(p->vFaninsOld) > Vec_IntSize(p->vFanins) )
|
||||
{
|
||||
int s = 0;
|
||||
}
|
||||
return uTruth;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1693,7 +1693,7 @@ Dss_Ent_t * Dss_ManSharedMapDerive( Dss_Man_t * p, int iDsd0, int iDsd1, Vec_Str
|
|||
int Mpm_FuncCompute( Dss_Man_t * p, int iDsd0, int iDsd1, Vec_Str_t * vShared, int * pPerm, int * pnLeaves )
|
||||
{
|
||||
int fVerbose = 0;
|
||||
int fCheck = 0;
|
||||
// int fCheck = 0;
|
||||
Dss_Ent_t * pEnt, ** ppSpot;
|
||||
Dss_Fun_t * pFun;
|
||||
int iDsd[2] = { iDsd0, iDsd1 };
|
||||
|
|
|
|||
Loading…
Reference in New Issue