mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
e4d5887671
commit
141c1de0a2
|
|
@ -2754,6 +2754,8 @@ void Id_DsdManTuneThresh( If_DsdMan_t * p, int fUnate, int fThresh, int fVerbose
|
|||
Value = Abc_TtIsUnate( pTruth, nVars );
|
||||
else if ( fThresh )
|
||||
Value = Extra_ThreshCheck( pTruth, nVars, pW );
|
||||
else
|
||||
Value = 0;
|
||||
Perm = 0;
|
||||
if ( fVeryVerbose )
|
||||
printf( "\n" );
|
||||
|
|
|
|||
|
|
@ -740,7 +740,7 @@ int If_ManSatDeriveGiaFromBits( void * pGia, Ifn_Ntk_t * p, Vec_Int_t * vValues,
|
|||
int Type = p->Nodes[i].Type;
|
||||
int nFans = p->Nodes[i].nFanins;
|
||||
int * pFans = p->Nodes[i].Fanins;
|
||||
int iFanin = p->Nodes[i].iFirst;
|
||||
//int iFanin = p->Nodes[i].iFirst;
|
||||
assert( nFans <= 6 );
|
||||
if ( Type == IFN_DSD_AND )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ SRC += src/misc/extra/extraBddAuto.c \
|
|||
src/misc/extra/extraUtilProgress.c \
|
||||
src/misc/extra/extraUtilReader.c \
|
||||
src/misc/extra/extraUtilSupp.c \
|
||||
src/misc/extra/extraUtilTrash.c \
|
||||
src/misc/extra/extraUtilThrash.c \
|
||||
src/misc/extra/extraUtilTruth.c \
|
||||
src/misc/extra/extraUtilUtil.c
|
||||
|
|
|
|||
Loading…
Reference in New Issue