mirror of https://github.com/YosysHQ/abc.git
Compiler warning.
This commit is contained in:
parent
08230e0c31
commit
b28e042afd
|
|
@ -1144,7 +1144,7 @@ void Gia_ManStochSyn( int nSuppMax, int nMaxSize, int nIters, int TimeOut, int S
|
||||||
Aig_ManStop( pAux );
|
Aig_ManStop( pAux );
|
||||||
// reconstruct the network
|
// reconstruct the network
|
||||||
extern Vec_Ptr_t * Gia_ManOrderPios( Aig_Man_t * p, Gia_Man_t * pOrder );
|
extern Vec_Ptr_t * Gia_ManOrderPios( Aig_Man_t * p, Gia_Man_t * pOrder );
|
||||||
Vec_Ptr_t * vPios = Gia_ManOrderPios( pMan, Vec_PtrEntry(vGias,0) );
|
Vec_Ptr_t * vPios = Gia_ManOrderPios( pMan, (Gia_Man_t *)Vec_PtrEntry(vGias,0) );
|
||||||
pMan = Aig_ManDupDfsGuided( pAux = pMan, vPios );
|
pMan = Aig_ManDupDfsGuided( pAux = pMan, vPios );
|
||||||
Aig_ManStop( pAux );
|
Aig_ManStop( pAux );
|
||||||
Vec_PtrFree( vPios );
|
Vec_PtrFree( vPios );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue