mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
refactor: suppress clang and PVS warnings (#19940)
This commit is contained in:
@@ -791,6 +791,7 @@ static void ex_unletlock(exarg_T *eap, char *argstart, int deep, ex_unletlock_ca
|
||||
semsg(_(e_invarg2), arg - 1);
|
||||
return;
|
||||
}
|
||||
assert(*lv.ll_name == '$'); // suppress clang "Uninitialized argument value"
|
||||
if (!error && !eap->skip && callback(&lv, arg, eap, deep) == FAIL) {
|
||||
error = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user