mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 19:17:35 +02:00
Compiler warning.
This commit is contained in:
@@ -373,7 +373,7 @@ int Bmc_PerformISearchOne( Gia_Man_t * p, int nFramesMax, int nTimeOut, int fRev
|
||||
Gia_Man_t * pMiter, * pTemp;
|
||||
Cnf_Dat_t * pCnf;
|
||||
sat_solver * pSat;
|
||||
Vec_Int_t * vRegs;
|
||||
Vec_Int_t * vRegs = NULL;
|
||||
// Vec_Int_t * vLits;
|
||||
int i, Iter, status;
|
||||
int nLitsUsed, RetValue = 0;
|
||||
|
||||
Reference in New Issue
Block a user