13
0

hide unusued param

git-svn-id: svn://localhost/ardour2/branches/3.0@14053 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-02-05 21:39:04 +00:00
parent 2aaf16c98e
commit ca697ee768

View File

@ -52,7 +52,7 @@ SampleFormatConverter<float>::init (framecnt_t max_frames, int /* type */, int d
template <>
void
SampleFormatConverter<int32_t>::init (framecnt_t max_frames, int type, int data_width)
SampleFormatConverter<int32_t>::init (framecnt_t max_frames, int /*type*/, int data_width)
{
if(throw_level (ThrowObject) && data_width < 24) {
throw Exception (*this, "Trying to use SampleFormatConverter<int32_t> for data widths < 24");