mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
hide unusued param
git-svn-id: svn://localhost/ardour2/branches/3.0@14053 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2aaf16c98e
commit
ca697ee768
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ SampleFormatConverter<float>::init (framecnt_t max_frames, int /* type */, int d
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
void
|
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) {
|
if(throw_level (ThrowObject) && data_width < 24) {
|
||||||
throw Exception (*this, "Trying to use SampleFormatConverter<int32_t> for data widths < 24");
|
throw Exception (*this, "Trying to use SampleFormatConverter<int32_t> for data widths < 24");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue