mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix a warning.
This commit is contained in:
@@ -237,7 +237,7 @@ ma_bool32 try_parse_noise(const char* arg, ma_noise_type* pNoiseType)
|
|||||||
return MA_FALSE;
|
return MA_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_enabled_backends()
|
void print_enabled_backends(void)
|
||||||
{
|
{
|
||||||
const ma_device_backend_config pStockBackends[] = MA_STOCK_DEVICE_BACKENDS;
|
const ma_device_backend_config pStockBackends[] = MA_STOCK_DEVICE_BACKENDS;
|
||||||
ma_uint32 stockBackendCount = ma_countof(pStockBackends);
|
ma_uint32 stockBackendCount = ma_countof(pStockBackends);
|
||||||
|
|||||||
Reference in New Issue
Block a user