From 09cec26610b0d522e8b5a7086c350e3496361553 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 3 Sep 2014 02:37:10 +0200 Subject: [PATCH] fix some compiler warnings --- gtk2_ardour/route_ui.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index e828d1fefb..6f6be4fa22 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -253,7 +253,7 @@ RouteUI::set_route (boost::shared_ptr rp) track_mode_changed(); } - _route->phase_invert_changed.connect (route_connections, invalidator (*this), boost::bind (&RouteUI::polarity_changed, this), gui_context()); + _route->phase_invert_changed.connect (route_connections, invalidator (*this), boost::bind (&RouteUI::polarity_changed, this), gui_context()); _route->PropertyChanged.connect (route_connections, invalidator (*this), boost::bind (&RouteUI::property_changed, this, _1), gui_context()); _route->io_changed.connect (route_connections, invalidator (*this), boost::bind (&RouteUI::setup_invert_buttons, this), gui_context ()); @@ -429,7 +429,7 @@ RouteUI::mute_press (GdkEventButton* ev) } bool -RouteUI::mute_release (GdkEventButton *ev) +RouteUI::mute_release (GdkEventButton* /*ev*/) { if (_mute_release){ DisplaySuspender ds; @@ -631,7 +631,7 @@ RouteUI::solo_press(GdkEventButton* ev) } bool -RouteUI::solo_release (GdkEventButton *ev) +RouteUI::solo_release (GdkEventButton* /*ev*/) { if (_solo_release) {