Quiet warning about unused arg in xsvfInfoCleanup().

This commit is contained in:
Jared Boone
2014-11-10 11:15:01 -08:00
parent 9bf640895f
commit 75d194e48b

View File

@ -454,6 +454,7 @@ int xsvfInfoInit( SXsvfInfo* pXsvfInfo )
*****************************************************************************/
void xsvfInfoCleanup( SXsvfInfo* pXsvfInfo )
{
(void)pXsvfInfo;
}
/*****************************************************************************