mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
Fix some unused parameter warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f411496289
commit
b65f8073ba
195 changed files with 574 additions and 518 deletions
|
|
@ -454,7 +454,7 @@ Mutex::trylock()
|
|||
}
|
||||
}
|
||||
|
||||
Condition::Condition(string name) :
|
||||
Condition::Condition(string /*name*/) :
|
||||
m_locked(false)
|
||||
#ifdef DEBUG_CONDITION
|
||||
, m_name(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue