output/sndio: Remove unused attribute
The variable is actually used in this function.
This commit is contained in:
parent
a43ae2369b
commit
4a6df9f961
@ -103,7 +103,7 @@ sndio_test_default_device()
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
SndioOutput::Open(AudioFormat &audio_format, gcc_unused Error &error)
|
SndioOutput::Open(AudioFormat &audio_format, Error &error)
|
||||||
{
|
{
|
||||||
struct sio_par par;
|
struct sio_par par;
|
||||||
unsigned bits, rate, chans;
|
unsigned bits, rate, chans;
|
||||||
|
Loading…
Reference in New Issue
Block a user