mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix compilation warning.
This commit is contained in:
@@ -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)
|
static mal_result mal_device__stop_backend__null(mal_device* pDevice)
|
||||||
{
|
{
|
||||||
mal_assert(pDevice != NULL);
|
mal_assert(pDevice != NULL);
|
||||||
|
(void)pDevice;
|
||||||
|
|
||||||
return MAL_SUCCESS;
|
return MAL_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user