mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
buffer.c: enable -Wconversion #3744
This commit is contained in:
parent
165d525abd
commit
8bbdef1fd8
@ -3839,7 +3839,7 @@ int build_stl_str_hl(
|
||||
|
||||
// { Reduce the number by base^n
|
||||
while (num_chars-- > maxwid) {
|
||||
num /= base;
|
||||
num /= (long)base;
|
||||
}
|
||||
// }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user