From bb79b63c93ba6d2951deb85591b032227e283637 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 23 Feb 2016 22:20:19 +0100 Subject: fix a -Wswitch --- gtk2_ardour/plugin_selector.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/plugin_selector.cc b/gtk2_ardour/plugin_selector.cc index 144e17d830..8161c9da05 100644 --- a/gtk2_ardour/plugin_selector.cc +++ b/gtk2_ardour/plugin_selector.cc @@ -330,6 +330,8 @@ PluginSelector::show_this_plugin (const PluginInfoPtr& info, const std::string& case LXVST: compstr = X_("LXVST"); break; + case Lua: + break; } } else if (mode == _("Author contains")) { -- cgit v1.2.3