fix may-be-used-unset warning
This commit is contained in:
@@ -533,7 +533,7 @@ void
|
||||
Graph::process_one_route (Route* route)
|
||||
{
|
||||
bool need_butler = false;
|
||||
int retval;
|
||||
int retval = 0;
|
||||
|
||||
assert (route);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user