mirror of https://github.com/YosysHQ/abc.git
Compiler warning.
This commit is contained in:
parent
0d09071f14
commit
494ca7156c
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue