Compiler warnings.

This commit is contained in:
Alan Mishchenko 2013-08-08 18:23:40 -07:00
parent 881b2ec46f
commit 4be8eba9d9
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ void Abc_SclBufSize( Bus_Man_t * p )
{
// add one or more inverters
Abc_NodeCollectFanouts( pObj, vFanouts );
Vec_PtrSort( vFanouts, (int(*)(const void *,const void *))Bus_SclCompareFanouts );
Vec_PtrSort( vFanouts, (int(*)(void))Bus_SclCompareFanouts );
do
{
pInv = Abc_SclAddOneInv( p, pObj, vFanouts, p->Gain, p->nDegree );