Fix some unused parameter warnings.
[ardour.git] / gtk2_ardour / nag.cc
index f63e78b20f6cd016213fefb4ce0f6165bbe2b7a8..c8f6c35c17077f1b6e268cd78d61845634f6652e 100644 (file)
@@ -16,7 +16,7 @@ using namespace std;
 using namespace Glib;
 using namespace Gtk;
 
-NagScreen::NagScreen (std::string context, bool maybe_sub)
+NagScreen::NagScreen (std::string /*context*/, bool maybe_sub)
        : ArdourDialog (_("Support Ardour Development"), true)
        , donate_button (button_group, _("I'd like to make a one-time donation"))
        , subscribe_button (button_group, _("Tell me more about becoming a subscriber"))