mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
edba505d9d
commit
82aec90c6c
|
|
@ -347,7 +347,7 @@ Vec_Ptr_t * Aig_SuppMinPerform( Aig_Man_t * p, Vec_Ptr_t * vOrGate, Vec_Ptr_t *
|
|||
***********************************************************************/
|
||||
Aig_Obj_t * Aig_SuppMinReconstruct( Aig_Man_t * p, Vec_Ptr_t * vCofs, Vec_Ptr_t * vNodes, Vec_Ptr_t * vSupp )
|
||||
{
|
||||
Aig_Obj_t * pObj;
|
||||
Aig_Obj_t * pObj = NULL;
|
||||
int i;
|
||||
// set the value of the support variables
|
||||
Vec_PtrForEachEntry( Aig_Obj_t *, vSupp, pObj, i )
|
||||
|
|
|
|||
|
|
@ -570,6 +570,7 @@ extern int Kit_GraphLeafDepth_rec( Kit_Graph_t * pGraph, Kit_Node_t
|
|||
/*=== kitIsop.c ==========================================================*/
|
||||
extern int Kit_TruthIsop( unsigned * puTruth, int nVars, Vec_Int_t * vMemory, int fTryBoth );
|
||||
extern void Kit_TruthIsopPrint( unsigned * puTruth, int nVars, Vec_Int_t * vMemory, int fTryBoth );
|
||||
extern void Kit_TruthIsopPrintCover( Vec_Int_t * vCover, int nVars, int fCompl );
|
||||
/*=== kitPla.c ==========================================================*/
|
||||
extern int Kit_PlaIsConst0( char * pSop );
|
||||
extern int Kit_PlaIsConst1( char * pSop );
|
||||
|
|
|
|||
Loading…
Reference in New Issue