Commit 15da6a79 authored by David Reid's avatar David Reid

Stop trying to silence a non-warning.

parent 84739249
...@@ -150,7 +150,6 @@ int main(int argc, char** argv) ...@@ -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. // convert it to "hw:0,0". This is how the ALSA backend honors the preferExclusiveMode hint.
strcpy(customDeviceID.alsa, ":0,0"); strcpy(customDeviceID.alsa, ":0,0");
} }
(void)customDeviceID; // <-- Silence the unused variable warning.
#endif #endif
mal_device playbackDevice; mal_device playbackDevice;
......
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