pcm/Export: remove obsolete gcc warning suppression
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann