diff --git a/examples/advanced_config.c b/examples/advanced_config.c index fc6fb9fa..c5c0c951 100644 --- a/examples/advanced_config.c +++ b/examples/advanced_config.c @@ -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;