mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +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;
|
||||
}
|
||||
|
||||
(void)pDeviceConfigNull;
|
||||
|
||||
if (deviceType == ma_device_type_loopback) {
|
||||
return MA_DEVICE_TYPE_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user