Hi Tony and list, 2018-7-26(Thu) 10:21:11 UTC+9 Tony Mechelynck: > After applying patches (8.1.)210 to 213 I get the following message in > Tiny and Small (shown here for Small) but not for the other > featuresets: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O2 > -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 > -o objects/ex_docmd.o ex_docmd.c > ex_docmd.c: In function ‘eval_vars’: > ex_docmd.c:10657:10: warning: variable ‘tilde_file’ set but not used > [-Wunused-but-set-variable] > int tilde_file = FALSE;
Thanks for reporting. I PRed. (https://github.com/vim/vim/pull/3255) -- Best regards, Hirohito Higashi (h_east) -- -- 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.
