From b65f8073ba306ac2d85133875746767e7c6b0eb6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Jul 2009 15:55:17 +0000 Subject: Fix some unused parameter warnings. git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/interpolation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/interpolation.h') diff --git a/libs/ardour/ardour/interpolation.h b/libs/ardour/ardour/interpolation.h index 1ebdafefa2..01ca994d7d 100644 --- a/libs/ardour/ardour/interpolation.h +++ b/libs/ardour/ardour/interpolation.h @@ -21,7 +21,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) {} + void add_channel_to (int /*input_buffer_size*/, int /*output_buffer_size*/) {} void remove_channel_from () {} void reset () {} @@ -101,7 +101,7 @@ class LibSamplerateInterpolation : public Interpolation { ~LibSamplerateInterpolation (); void set_speed (double new_speed); - void set_target_speed (double new_speed) {} + void set_target_speed (double /*new_speed*/) {} double speed () const { return _speed; } void add_channel_to (int input_buffer_size, int output_buffer_size); -- cgit v1.2.3