mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +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:
@@ -1867,7 +1867,7 @@ char *fix_fname(const char *fname)
|
||||
fname = xstrdup(fname);
|
||||
|
||||
# ifdef USE_FNAME_CASE
|
||||
path_fix_case(fname); // set correct case for file name
|
||||
path_fix_case((char *)fname); // set correct case for file name
|
||||
# endif
|
||||
|
||||
return (char *)fname;
|
||||
|
Reference in New Issue
Block a user