Tony Mechelynck wrote: > quickfix.c: In function ‘qf_msg’: > quickfix.c:2598:2: warning: pointer targets in passing argument 2 of > ‘vim_strcat’ differ in signedness [-Wpointer-sign] > vim_strcat(buf, title, IOSIZE); > ^ > In file included from proto.h:134:0, > from vim.h:2064, > from quickfix.c:14: > proto/misc2.pro:44:6: note: expected ‘char_u *’ but argument is of type ‘char > *’ > void vim_strcat(char_u *to, char_u *from, size_t tosize); > ^
I see it. Strange that I didn't notice it before. -- This is the polymorph virus! Follow these instructions carefully: 1. Send this message to everybody you know. 2. Format your harddisk. Thank you for your cooperation in spreading the most powerful virus ever! /// 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/d/optout.
