fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / ardour / session.cc
index 5b1dd3894f2a0669d17e9a1d09d8a807075b825f..a42f2d44302a1332daec15d250f50c045c9386bd 100644 (file)
@@ -2511,7 +2511,7 @@ Session::io_name_is_legal (const std::string& name)
 }
 
 void
-Session::set_exclusive_input_active (boost::shared_ptr<Route> rt, bool others_on)
+Session::set_exclusive_input_active (boost::shared_ptr<Route> rt, bool /*others_on*/)
 {
        RouteList rl;
        vector<string> connections;