From ca697ee768cc61c1dd31256c8bd6c49d845af2da Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 5 Feb 2013 21:39:04 +0000 Subject: [PATCH] hide unusued param git-svn-id: svn://localhost/ardour2/branches/3.0@14053 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/audiographer/src/general/sample_format_converter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audiographer/src/general/sample_format_converter.cc b/libs/audiographer/src/general/sample_format_converter.cc index 9aa215db69..ea70dc6094 100644 --- a/libs/audiographer/src/general/sample_format_converter.cc +++ b/libs/audiographer/src/general/sample_format_converter.cc @@ -52,7 +52,7 @@ SampleFormatConverter::init (framecnt_t max_frames, int /* type */, int d template <> void -SampleFormatConverter::init (framecnt_t max_frames, int type, int data_width) +SampleFormatConverter::init (framecnt_t max_frames, int /*type*/, int data_width) { if(throw_level (ThrowObject) && data_width < 24) { throw Exception (*this, "Trying to use SampleFormatConverter for data widths < 24");