diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc index 32943728c9..b37cda02a5 100644 --- a/libs/ardour/graph.cc +++ b/libs/ardour/graph.cc @@ -533,7 +533,7 @@ void Graph::process_one_route (Route* route) { bool need_butler = false; - int retval; + int retval = 0; assert (route);