mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
ci(windows): treat compiler warnings as errors
Reduce the warning level from 3 to 1 and fix all warnings.
This commit is contained in:
@@ -1512,7 +1512,7 @@ static char *find_pipe(const char *cmd)
|
||||
|
||||
for (const char *p = cmd; *p != NUL; p++) {
|
||||
if (!inquote && *p == '|') {
|
||||
return p;
|
||||
return (char *)p;
|
||||
}
|
||||
if (*p == '"') {
|
||||
inquote = !inquote;
|
||||
|
Reference in New Issue
Block a user