Compiler warnings.

This commit is contained in:
Alan Mishchenko
2016-12-05 17:48:21 -08:00
parent 6a351c4dc0
commit 3169bd96b7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11867,7 +11867,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;