fix a variety of unused argument errors noted by gcc 4.3.2 on x86

git-svn-id: svn://localhost/ardour2/branches/3.0@7733 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-09-02 17:01:36 +00:00
parent beb9c71113
commit 98d994f29c
31 changed files with 44 additions and 47 deletions

View file

@ -79,7 +79,7 @@ ReturnUI::~ReturnUI ()
}
void
ReturnUI::ins_changed (IOChange change, void* ignored)
ReturnUI::ins_changed (IOChange change, void* /*ignored*/)
{
ENSURE_GUI_THREAD (*this, &ReturnUI::ins_changed, change, ignored)
if (change.type & IOChange::ConfigurationChanged) {