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/sndfileimportable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/sndfileimportable.cc') diff --git a/libs/ardour/sndfileimportable.cc b/libs/ardour/sndfileimportable.cc index 71d3342dbc..3328eddb23 100644 --- a/libs/ardour/sndfileimportable.cc +++ b/libs/ardour/sndfileimportable.cc @@ -42,7 +42,7 @@ SndFileImportableSource::samplerate() const } void -SndFileImportableSource::seek (nframes_t pos) +SndFileImportableSource::seek (nframes_t /*pos*/) { sf_seek (in.get(), 0, SEEK_SET); } -- cgit v1.2.3