mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
strings: Enable -Wconvert.
This commit is contained in:
@@ -43,7 +43,7 @@ char *os_getenvname_at_index(size_t index)
|
||||
if (str == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
int namesize = 0;
|
||||
size_t namesize = 0;
|
||||
while (str[namesize] != '=' && str[namesize] != NUL) {
|
||||
namesize++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user