mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a compilation warning.
This commit is contained in:
@@ -20880,6 +20880,8 @@ static ma_result ma_device_init__null(ma_device* pDevice, const void* pDeviceBac
|
|||||||
pDeviceConfigNull = &defaultConfigNull;
|
pDeviceConfigNull = &defaultConfigNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
(void)pDeviceConfigNull;
|
||||||
|
|
||||||
if (deviceType == ma_device_type_loopback) {
|
if (deviceType == ma_device_type_loopback) {
|
||||||
return MA_DEVICE_TYPE_NOT_SUPPORTED;
|
return MA_DEVICE_TYPE_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user