Commit 494ca715 by Alan Mishchenko

Compiler warning.

parent 0d09071f
......@@ -44,7 +44,7 @@ ABC_NAMESPACE_IMPL_START
void Pla_ManDumpPla( Pla_Man_t * p, char * pFileName )
{
// find the number of original variables
int nVarsInit = Pla_ManDivNum(p) ? Vec_IntCountZero(&p->vDivs) : Pla_ManInNum(p);
//int nVarsInit = Pla_ManDivNum(p) ? Vec_IntCountZero(&p->vDivs) : Pla_ManInNum(p);
FILE * pFile = fopen( pFileName, "wb" );
if ( pFile == NULL )
printf( "Cannot open file \"%s\" for writing.\n", pFileName );
......
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