pcm/Export: remove obsolete gcc warning suppression
This commit is contained in:
parent
8b754b24b6
commit
f32315d699
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user