mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix may-be-used-unset warning
This commit is contained in:
parent
1e09e0f6fa
commit
f78d384281
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ void
|
|||
Graph::process_one_route (Route* route)
|
||||
{
|
||||
bool need_butler = false;
|
||||
int retval;
|
||||
int retval = 0;
|
||||
|
||||
assert (route);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue