change the use of "SMPTE" to "Timecode" to reflect the global economy and the end...
[ardour.git] / libs / surfaces / control_protocol / control_protocol / control_protocol.h
index 7de1054ad2faf98422a90a5309a70fcb9d0efd05..9efb4b299c8a0314ab586c7c4c01ee91f24f98d1 100644 (file)
@@ -44,7 +44,7 @@ class ControlProtocol : public sigc::trackable, public PBD::Stateful, public Bas
        virtual int set_active (bool yn) = 0;
        bool get_active() const { return _active; }
 
-       virtual int set_feedback (bool yn) { return 0; }
+       virtual int set_feedback (bool /*yn*/) { return 0; }
        virtual bool get_feedback () const { return false; }
 
        virtual void route_list_changed () {}