summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_send.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-02 20:45:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-02 20:45:17 +0000
commit7a76168b662c4e4fa0eec3859e500cb0b2ac65e7 (patch)
tree96ca0c74513f1ec8e442b8ee0b3fe9ef64ff3ece /libs/ardour/internal_send.cc
parenta562e5f7f2c9c10bfabb100efa15783260573f39 (diff)
more fixes/tweaks from the land of the lion
git-svn-id: svn://localhost/ardour2/branches/3.0@12150 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/internal_send.cc')
-rw-r--r--libs/ardour/internal_send.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/internal_send.cc b/libs/ardour/internal_send.cc
index b4d89fb986..dfb0204c8c 100644
--- a/libs/ardour/internal_send.cc
+++ b/libs/ardour/internal_send.cc
@@ -359,7 +359,7 @@ InternalSend::set_can_pan (bool yn)
}
void
-InternalSend::cycle_start (pframes_t nframes)
+InternalSend::cycle_start (pframes_t /*nframes*/)
{
for (BufferSet::audio_iterator b = mixbufs.audio_begin(); b != mixbufs.audio_end(); ++b) {
b->prepare ();