Compiler warnings.

This commit is contained in:
Alan Mishchenko 2014-03-09 12:15:15 -07:00
parent cc6c8b2f2a
commit 4ad49af5b3
1 changed files with 1 additions and 1 deletions

View File

@ -15725,7 +15725,7 @@ int Abc_CommandDsdMerge( Abc_Frame_t * pAbc, int argc, char ** argv )
pDsdMan = If_DsdManLoad(FileName);
if ( pDsdMan == NULL )
return 1;
If_DsdManMerge( Abc_FrameReadManDsd(), pDsdMan );
If_DsdManMerge( (If_DsdMan_t *)Abc_FrameReadManDsd(), pDsdMan );
If_DsdManFree( pDsdMan, 0 );
return 0;