Stop trying to silence a non-warning.

This commit is contained in:
David Reid
2017-11-11 09:51:02 +10:00
parent 847392496a
commit 15da6a79c7
-1
View File
@@ -150,7 +150,6 @@ int main(int argc, char** argv)
// convert it to "hw:0,0". This is how the ALSA backend honors the preferExclusiveMode hint.
strcpy(customDeviceID.alsa, ":0,0");
}
(void)customDeviceID; // <-- Silence the unused variable warning.
#endif
mal_device playbackDevice;