Commit 57a6f016 by Alan Mishchenko

Compiler warning.

parent 9cee4366
...@@ -373,7 +373,7 @@ int Bmc_PerformISearchOne( Gia_Man_t * p, int nFramesMax, int nTimeOut, int fRev ...@@ -373,7 +373,7 @@ int Bmc_PerformISearchOne( Gia_Man_t * p, int nFramesMax, int nTimeOut, int fRev
Gia_Man_t * pMiter, * pTemp; Gia_Man_t * pMiter, * pTemp;
Cnf_Dat_t * pCnf; Cnf_Dat_t * pCnf;
sat_solver * pSat; sat_solver * pSat;
Vec_Int_t * vRegs; Vec_Int_t * vRegs = NULL;
// Vec_Int_t * vLits; // Vec_Int_t * vLits;
int i, Iter, status; int i, Iter, status;
int nLitsUsed, RetValue = 0; int nLitsUsed, RetValue = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment