mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a warning.
This commit is contained in:
@@ -65052,6 +65052,7 @@ MA_API ma_result ma_noise_set_type(ma_noise* pNoise, ma_noise_type type)
|
|||||||
will be removed in version 0.12.
|
will be removed in version 0.12.
|
||||||
*/
|
*/
|
||||||
MA_ASSERT(MA_FALSE);
|
MA_ASSERT(MA_FALSE);
|
||||||
|
(void)type;
|
||||||
|
|
||||||
return MA_INVALID_OPERATION;
|
return MA_INVALID_OPERATION;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user