summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-03 02:37:10 +0200
committerRobin Gareus <robin@gareus.org>2014-09-03 02:40:06 +0200
commit09cec26610b0d522e8b5a7086c350e3496361553 (patch)
treedb0cd952ccbb44237fc4fd242d59357287277b82 /gtk2_ardour/route_ui.cc
parentc4212fb10b419023ad8c1176793fa3de15d47b35 (diff)
fix some compiler warnings
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc6
1 files 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<Route> 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) {