Cesar Romani wrote:
> I'm compiling vim on Windows 7 with MinGW-W64, gcc 7.2.0.
> I get some warnings:
>
>
> gcc -c -Iproto -DWIN32 [...] -o gobjZi686/terminal.o
> terminal.c: In function 'term_and_job_init':
> terminal.c:5504:30: warning: passing argument 2 of
> 'build_arg
I'm compiling vim on Windows 7 with MinGW-W64, gcc 7.2.0.
I get some warnings:
gcc -c -Iproto -DWIN32 [...] -o gobjZi686/terminal.o
terminal.c: In function 'term_and_job_init':
terminal.c:5504:30: warning: passing argument 2 of
'build_argv_from_string' from incompatible poi
Patch 8.0.1824
Problem:Coverity warns for variable that may be uninitialized.
Solution: Initialize the variable.
Files: src/terminal.c
*** ../vim-8.0.1823/src/terminal.c 2018-05-12 20:36:20.837984312 +0200
--- src/terminal.c 2018-05-12 21:14:15.538571673 +0200