From 0938a42440cc82ce8d0cb064840c258c863714ab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 30 Sep 2011 17:55:14 +0000 Subject: 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 --- libs/ardour/export_channel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/export_channel.cc') diff --git a/libs/ardour/export_channel.cc b/libs/ardour/export_channel.cc index 785648393e..4593c4de9f 100644 --- a/libs/ardour/export_channel.cc +++ b/libs/ardour/export_channel.cc @@ -241,13 +241,13 @@ RouteExportChannel::read (Sample const *& data, framecnt_t frames) const } void -RouteExportChannel::get_state (XMLNode * node) const +RouteExportChannel::get_state (XMLNode *) const { // TODO } void -RouteExportChannel::set_state (XMLNode * node, Session & session) +RouteExportChannel::set_state (XMLNode *, Session &) { // TODO } -- cgit v1.2.3