summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-09-30 17:55:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-09-30 17:55:14 +0000
commit0938a42440cc82ce8d0cb064840c258c863714ab (patch)
tree19f58c31e65226d85c76d96647a6e300f7995c10 /libs/ardour/port.cc
parent15e390ebe5611b5443eb1fb57631826389ffd021 (diff)
fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
git-svn-id: svn://localhost/ardour2/branches/3.0@10179 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index 5a7c859dbd..b418943bba 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -230,7 +230,7 @@ Port::reset ()
}
void
-Port::cycle_start (pframes_t nframes)
+Port::cycle_start (pframes_t)
{
_port_buffer_offset = 0;
}
@@ -307,7 +307,7 @@ Port::private_latency_range (bool playback) const
}
jack_latency_range_t
-Port::public_latency_range (bool playback) const
+Port::public_latency_range (bool /*playback*/) const
{
jack_latency_range_t r;