mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
quickfix: Silence PVS/V560: memory is referenced and may be changed
This commit is contained in:
@@ -2062,7 +2062,7 @@ win_found:
|
||||
EMSG(_("E924: Current window was closed"));
|
||||
is_abort = true;
|
||||
opened_window = false;
|
||||
} else if (old_qf_curlist != qi->qf_curlist
|
||||
} else if (old_qf_curlist != qi->qf_curlist // -V560
|
||||
|| !is_qf_entry_present(qi, qf_ptr)) {
|
||||
if (qi == &ql_info) {
|
||||
EMSG(_("E925: Current quickfix was changed"));
|
||||
|
Reference in New Issue
Block a user