Fix a warning.

This commit is contained in:
David Reid
2025-07-15 07:21:04 +10:00
parent 1e6c01f31d
commit 180c7237f8
+1 -1
View File
@@ -237,7 +237,7 @@ ma_bool32 try_parse_noise(const char* arg, ma_noise_type* pNoiseType)
return MA_FALSE;
}
void print_enabled_backends()
void print_enabled_backends(void)
{
const ma_device_backend_config pStockBackends[] = MA_STOCK_DEVICE_BACKENDS;
ma_uint32 stockBackendCount = ma_countof(pStockBackends);