mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Silence incorrect warning
This commit is contained in:
parent
75641141d6
commit
2674c702d1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user