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:
@@ -454,7 +454,7 @@ Mutex::trylock()
|
||||
}
|
||||
}
|
||||
|
||||
Condition::Condition(string name) :
|
||||
Condition::Condition(string /*name*/) :
|
||||
m_locked(false)
|
||||
#ifdef DEBUG_CONDITION
|
||||
, m_name(name)
|
||||
|
||||
Reference in New Issue
Block a user