Commit 4ad49af5 by Alan Mishchenko

Compiler warnings.

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