mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
af8c16cfe0
commit
bc56eb8bd7
33 changed files with 172 additions and 172 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue