mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Stop trying to silence a non-warning.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user