Hi, 2016/2/22 Mon 22:32:17 UTC+9 Tony Mechelynck wrote: > After updating my Vim clone to v7.4.1386, the same message appears in > both Huge and Tiny: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o > ex_cmds2.c > 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; > ^
I saw a similar message when building vim.exe with MSVC: c:\work\vim-msvc\src\ex_cmds2.c(3066) : warning C4700: uninitialized local variable 'p5' used Regards, Ken Takata -- -- 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.
