fix compiler warnings.

This commit is contained in:
Robin Gareus 2013-07-28 20:32:52 +02:00
parent d1c2d53afe
commit cd28d62b26
11 changed files with 37 additions and 29 deletions

View file

@ -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 ();