Commit bfde6691 authored by David Reid's avatar David Reid

Fix a warning.

parent 9e88290a
...@@ -65052,6 +65052,7 @@ MA_API ma_result ma_noise_set_type(ma_noise* pNoise, ma_noise_type type) ...@@ -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;
} }
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