John Marriott wrote:
> After this patch, mingw64 throws this warning if FEAT_TEXT_PROP is not > defined: > gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 > -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -DFEAT_GUI_MSWIN > -DFEAT_CLIPBOARD -pipe -march=native -Wall -O3 -fomit-frame-pointer > -freg-struct-return ex_cmds.c -o gobjnative/ex_cmds.o > ex_cmds.c: In function 'do_sub': > ex_cmds.c:3859:14: warning: unused variable 'total_added' > [-Wunused-variable] > 3859 | colnr_T total_added = 0; > | ^~~~~~~~~~~ > > Please check the attached patch which tries to correct it. I'll include it, thanks. -- If the Universe is constantly expanding, why can't I ever find a parking space? /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/201910261026.x9QAQ8O7001452%40masaka.moolenaar.net.
