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
|
|
@ -157,8 +157,8 @@ Keyboard::get_state (void)
|
|||
return *node;
|
||||
}
|
||||
|
||||
int
|
||||
Keyboard::set_state (const XMLNode& node, int version)
|
||||
int
|
||||
Keyboard::set_state (const XMLNode& node, int /*version*/)
|
||||
{
|
||||
const XMLProperty* prop;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue