Commit a4f9d6d9 authored by Max Kellermann's avatar Max Kellermann

output/alsa: fix signed/unsigned comparison warning

parent eebd0370
......@@ -429,7 +429,7 @@ alsa_setup(AlsaOutput *ad, AudioFormat &audio_format,
unsigned int channels = audio_format.channels;
int err;
const char *cmd = nullptr;
int retry = MPD_ALSA_RETRY_NR;
unsigned retry = MPD_ALSA_RETRY_NR;
unsigned int period_time, period_time_ro;
unsigned int buffer_time;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment