Fix compilation warning.

This commit is contained in:
David Reid
2016-10-27 00:17:37 +10:00
parent 1b34736831
commit 9d336be542
+1
View File
@@ -1371,6 +1371,7 @@ static mal_result mal_device__start_backend__null(mal_device* pDevice)
static mal_result mal_device__stop_backend__null(mal_device* pDevice)
{
mal_assert(pDevice != NULL);
(void)pDevice;
return MAL_SUCCESS;
}