mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 17:24:03 +02:00
Silence some -Wmaybe-uninitialized warnings.
This commit is contained in:
+3
-3
@@ -22511,9 +22511,9 @@ static ma_result ma_device_init__pulse(ma_device* pDevice, const ma_device_confi
|
||||
int error = 0;
|
||||
const char* devPlayback = NULL;
|
||||
const char* devCapture = NULL;
|
||||
ma_format format;
|
||||
ma_uint32 channels;
|
||||
ma_uint32 sampleRate;
|
||||
ma_format format = ma_format_unknown;
|
||||
ma_uint32 channels = 0;
|
||||
ma_uint32 sampleRate = 0;
|
||||
ma_pa_sink_info sinkInfo;
|
||||
ma_pa_source_info sourceInfo;
|
||||
ma_pa_sample_spec ss;
|
||||
|
||||
Reference in New Issue
Block a user