Commit 9d336be5 authored by David Reid's avatar David Reid

Fix compilation warning.

parent 1b347368
......@@ -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;
}
......
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