Commit 04d1c4e4 by Alan Mishchenko

Fixing compiler warning.

parent 3fb103da
......@@ -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;
......
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