Commit 9f02d238 by Alan Mishchenko

Fix some warnings.

parent 92023a29
...@@ -1655,8 +1655,8 @@ void Abc_ExactStoreTest( int fVerbose ) ...@@ -1655,8 +1655,8 @@ void Abc_ExactStoreTest( int fVerbose )
Abc_Ntk_t * pNtk; Abc_Ntk_t * pNtk;
Abc_Obj_t * pFanins[4]; Abc_Obj_t * pFanins[4];
Vec_Ptr_t * vNames; Vec_Ptr_t * vNames;
//char pPerm[4]; char pPerm[4];
//int Cost; int Cost;
pNtk = Abc_NtkAlloc( ABC_NTK_LOGIC, ABC_FUNC_SOP, 1 ); pNtk = Abc_NtkAlloc( ABC_NTK_LOGIC, ABC_FUNC_SOP, 1 );
pNtk->pName = Extra_UtilStrsav( "exact" ); pNtk->pName = Extra_UtilStrsav( "exact" );
......
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