From 2674c702d12d7a4b44a42a2aed715b189df732bd Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 5 May 2014 17:53:14 -0700 Subject: [PATCH] Silence incorrect warning --- src/dialog_selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog_selection.cpp b/src/dialog_selection.cpp index 0721bc51b..1e8529c36 100644 --- a/src/dialog_selection.cpp +++ b/src/dialog_selection.cpp @@ -190,7 +190,7 @@ void DialogSelection::Process(wxCommandEvent&) { old_sel = con->selectionController->GetSelectedSet(); wxString message; - size_t count; + size_t count = 0; switch (action) { case Action::SET: new_sel = std::move(matches);