Fixing compiler warning.

This commit is contained in:
Alan Mishchenko 2012-07-13 16:35:52 -07:00
parent 3fb103dadc
commit 04d1c4e476
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ static char * retrieveLOName( Abc_Ntk_t *pNtkOld, Aig_Man_t *pAigOld, Aig_Man_t
}
else
return "UNKNOWN";
return NULL;
}
extern Vec_Ptr_t *vecPis, *vecPiNames;