summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/aig/gia/giaClp.c2
-rw-r--r--src/base/abci/abc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/aig/gia/giaClp.c b/src/aig/gia/giaClp.c
index 8fca284e..ca6db32f 100644
--- a/src/aig/gia/giaClp.c
+++ b/src/aig/gia/giaClp.c
@@ -173,7 +173,7 @@ Gia_Man_t * Gia_ManRebuild( Gia_Man_t * p, Dsd_Manager_t * pManDsd, DdManager *
Gia_Man_t * pNew;
Dsd_Node_t ** ppNodesDsd;
Dsd_Node_t * pNodeDsd;
- int i, iLit, nNodesDsd;
+ int i, nNodesDsd, iLit = -1;
Vec_Str_t * vSop, * vCube;
Vec_Int_t * vFanins;
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 5702b9fe..d3aae8a7 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -10428,7 +10428,7 @@ int Abc_CommandTestColor( Abc_Frame_t * pAbc, int argc, char ** argv )
***********************************************************************/
int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
{
- Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc);
+// Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc);
int nCutMax = 1;
int nLeafMax = 4;
int nDivMax = 2;