By building vim 7.4.1385 on Windows 7 with MinGW, I get following
warnings:

--------------------
[...]
ex_cmds2.c: In function 'source_pack_plugin':
ex_cmds2.c:3076:9: warning: 'p6' may be used uninitialized in this function [-Wmaybe-uninitialized]
     c = *p6;
         ^

[...]
getchar.c: In function 'check_map':
getchar.c:5221:7: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
    if (len > mp->m_keylen - 3)
       ^

[...]
pathdef.c:6:32: warning: unknown escape sequence: '\l' [enabled by default]

[...]
undo.c: In function 'u_save_cursor':
undo.c:270:6: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
      || top >= bot
      ^

[...]
os_win32.c: In function 'read_console_input.constprop.22':
os_win32.c:299:28: warning: array subscript is above array bounds [-Warray-bounds]
    s_irCache[i] = s_irCache[i + 1];
                            ^
--------------------


Many thanks in advance,

--
Cesar

--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui