mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
buffer.c: enable -Wconversion #3744
This commit is contained in:
@@ -3839,7 +3839,7 @@ int build_stl_str_hl(
|
|||||||
|
|
||||||
// { Reduce the number by base^n
|
// { Reduce the number by base^n
|
||||||
while (num_chars-- > maxwid) {
|
while (num_chars-- > maxwid) {
|
||||||
num /= base;
|
num /= (long)base;
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user