summaryrefslogtreecommitdiff
path: root/libs/audiographer/src/general/sample_format_converter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/src/general/sample_format_converter.cc')
-rw-r--r--libs/audiographer/src/general/sample_format_converter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/src/general/sample_format_converter.cc b/libs/audiographer/src/general/sample_format_converter.cc
index 5f63fe9f2f..a827f67078 100644
--- a/libs/audiographer/src/general/sample_format_converter.cc
+++ b/libs/audiographer/src/general/sample_format_converter.cc
@@ -21,7 +21,7 @@ SampleFormatConverter<TOut>::SampleFormatConverter (ChannelCount channels) :
template <>
void
-SampleFormatConverter<float>::init (nframes_t max_frames, int type, int data_width)
+SampleFormatConverter<float>::init (nframes_t max_frames, int /* type */, int data_width)
{
if (throw_level (ThrowObject) && data_width != 32) {
throw Exception (*this, "Unsupported data width");