mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix compiler warnings.
This commit is contained in:
parent
d1c2d53afe
commit
cd28d62b26
11 changed files with 37 additions and 29 deletions
|
|
@ -1926,7 +1926,7 @@ void
|
|||
Mixer_UI::toggle_midi_input_active (bool flip_others)
|
||||
{
|
||||
boost::shared_ptr<RouteList> rl (new RouteList);
|
||||
bool onoff;
|
||||
bool onoff = false;
|
||||
|
||||
set_route_targets_for_operation ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue