summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/interpolation.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-28 11:49:14 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-28 11:49:14 +0000
commit5eaf61242f16c7638c0e71a9c82af5a781c24e87 (patch)
tree0f6b6ca74f073f8867ab19774487e4da14352254 /libs/ardour/ardour/interpolation.h
parent16b964020fdf9deda6262e7dd9048e36acc0912e (diff)
Fix some more warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5425 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/interpolation.h')
-rw-r--r--libs/ardour/ardour/interpolation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/interpolation.h b/libs/ardour/ardour/interpolation.h
index 98b6e7e775..cdd3bfc1b5 100644
--- a/libs/ardour/ardour/interpolation.h
+++ b/libs/ardour/ardour/interpolation.h
@@ -28,7 +28,7 @@ class Interpolation {
double target_speed() const { return _target_speed; }
double speed() const { return _speed; }
- void add_channel_to (int input_buffer_size, int output_buffer_size) { phase.push_back (0.0); }
+ void add_channel_to (int /*input_buffer_size*/, int /*output_buffer_size*/) { phase.push_back (0.0); }
void remove_channel_from () { phase.pop_back (); }
void reset () {