From f32315d699b00fe1346e09f8ae77245765cd0306 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Jan 2017 20:31:48 +0100 Subject: [PATCH] pcm/Export: remove obsolete gcc warning suppression --- src/pcm/PcmExport.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pcm/PcmExport.cxx b/src/pcm/PcmExport.cxx index 1b979106e..6b4f625cc 100644 --- a/src/pcm/PcmExport.cxx +++ b/src/pcm/PcmExport.cxx @@ -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;