pcm/Export: remove obsolete gcc warning suppression

This commit is contained in:
Max Kellermann 2017-01-11 20:31:48 +01:00
parent 8b754b24b6
commit f32315d699

View File

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