Commit f32315d6 authored by Max Kellermann's avatar Max Kellermann

pcm/Export: remove obsolete gcc warning suppression

parent 8b754b24
...@@ -56,8 +56,6 @@ PcmExport::Open(SampleFormat sample_format, unsigned _channels, ...@@ -56,8 +56,6 @@ PcmExport::Open(SampleFormat sample_format, unsigned _channels,
/* after the conversion to DoP, the DSD /* after the conversion to DoP, the DSD
samples are stuffed inside fake 24 bit samples */ samples are stuffed inside fake 24 bit samples */
sample_format = SampleFormat::S24_P32; sample_format = SampleFormat::S24_P32;
#else
(void)_channels;
#endif #endif
shift8 = params.shift8 && sample_format == SampleFormat::S24_P32; shift8 = params.shift8 && sample_format == SampleFormat::S24_P32;
......
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