From 15da6a79c7e9cfcd52d60b9fbd2d8e25288bcedf Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 11 Nov 2017 09:51:02 +1000 Subject: [PATCH] Stop trying to silence a non-warning. --- examples/advanced_config.c | 1 - 1 file changed, 1 deletion(-) 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;