mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
refactor: fix clang-tidy bugprone-signed-char-misuse warnings
Prefer to declare variables with correct type instead of explicit casts wherever possible.
This commit is contained in:
@@ -1602,7 +1602,7 @@ void ex_endtry(exarg_T *eap)
|
||||
{
|
||||
int idx;
|
||||
bool rethrow = false;
|
||||
int pending = CSTP_NONE;
|
||||
char pending = CSTP_NONE;
|
||||
void *rettv = NULL;
|
||||
cstack_T *const cstack = eap->cstack;
|
||||
|
||||
|
Reference in New Issue
Block a user