Tony Mechelynck wrote: > This has happened in a few recent changesets but not many. See below the > messages for 7.3.1122 (Tiny). Also present in Huge but gcc command-line > is much longer. > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -O2 > -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 > -o objects/regexp.o regexp.c > In file included from regexp.c:7885:0: > regexp_nfa.c: In function ‘post2nfa’: > regexp_nfa.c:2388:13: warning: ‘s’ may be used uninitialized in this > function [-Wuninitialized] > regexp_nfa.c:2428:18: note: ‘s’ was declared here
Probably because of the code under NFA_OPT_CHARS. I'll make a patch. -- % cat /usr/include/life.h void life(void); /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/groups/opt_out.
