From 5a0767bd7b4a3123a3e581bc952f37f61a1cce24 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Jun 2022 18:33:37 -0600 Subject: [PATCH] fix may-be-used-unset warning --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index f6f69afc1a..75e59a2a96 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2190,7 +2190,7 @@ MidiPortOptions::setup_midi_port_view (Gtk::TreeView& view, bool with_selection) int pretty_name_column; int music_column; int control_column; - int selection_column; + int selection_column = 0; TreeViewColumn* col; Gtk::Label* l;