Patch 7.4.2125 Problem: Compiler warning for loss of data. Solution: Add a type cast. (Christian Brabandt) Files: src/message.c
*** ../vim-7.4.2124/src/message.c 2016-07-23 17:28:17.125964715 +0200 --- src/message.c 2016-07-30 16:39:33.456968523 +0200 *************** *** 304,310 **** if (len + n > room || half == 0) break; len += n; ! i = half; } } else --- 304,310 ---- if (len + n > room || half == 0) break; len += n; ! i = (int)half; } } else *** ../vim-7.4.2124/src/version.c 2016-07-30 16:35:57.279063628 +0200 --- src/version.c 2016-07-30 16:39:09.405201509 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2125, /**/ -- My Go, this amn keyboar oesn't have a . /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.