Fix erroneous parameter passed to Editor::motion_handler. Makes autoscroll work...
[ardour.git] / gtk2_ardour / main.cc
index 7c57b7535b1c548696ae5c423705585ee16c17a2..70f3a154988480fb4f0f52dad10c3014623e38ae 100644 (file)
@@ -283,7 +283,7 @@ fixup_bundle_environment ()
 #endif
 
 static void
-sigpipe_handler (int sig)
+sigpipe_handler (int /*sig*/)
 {
        cerr << _("SIGPIPE received - JACK has probably died") << endl;
 }