Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter

git-svn-id: svn://localhost/ardour2/branches/3.0@5835 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-21 00:15:42 +00:00
parent af8c16cfe0
commit bc56eb8bd7
33 changed files with 172 additions and 172 deletions

View file

@ -145,7 +145,7 @@ Processor::state (bool full_state)
}
int
Processor::set_state_2X (const XMLNode & node, int version)
Processor::set_state_2X (const XMLNode & node, int /*version*/)
{
XMLProperty const * prop;