I have some warnings when compiling with visual studio 2012: ex_cmds.c(4768) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
if_perl.xs(1051) : warning C4244: '=' : conversion from 'IV' to 'int', possible loss of data if_perl.xs(1094) : warning C4244: '=' : conversion from 'IV' to 'int', possible loss of data if_perl.xs(1157) : warning C4244: '=' : conversion from 'IV' to 'int', possible loss of data if_perl.xs(1158) : warning C4244: '=' : conversion from 'IV' to 'int', possible loss of data if_perl.xs(1219) : warning C4244: '=' : conversion from 'IV' to 'long', possible loss of data if_perl.xs(1242) : warning C4244: '=' : conversion from 'IV' to 'long', possible loss of data if_perl.xs(1277) : warning C4244: '=' : conversion from 'IV' to 'long', possible loss of data if_perl.xs(1282) : warning C4244: '=' : conversion from 'IV' to 'long', possible loss of data if_perl.xs(1283) : warning C4244: '=' : conversion from 'IV' to 'long', possible loss of data if_perl.xs(1334) : warning C4244: '=' : conversion from 'IV' to 'long', possible loss of data I think the perl warning have been there for a while, I don't remember the first one being there before this last batch of updates (may be wrong tough). Regards -- -- 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.
