comparison src/version.c @ 15182:4b2de998ebd6 v8.1.0601

patch 8.1.0601: a few compiler warnings commit https://github.com/vim/vim/commit/4efe73b478d3ba689078da502fd96f45204ff1f5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 16 14:37:39 2018 +0100 patch 8.1.0601: a few compiler warnings Problem: A few compiler warnings. Solution: Add type casts. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Dec 2018 14:45:06 +0100
parents 52e883259d99
children 90ab2d3ce11d
comparison
equal deleted inserted replaced
15181:90cac240c595 15182:4b2de998ebd6
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 601,
802 /**/ 804 /**/
803 600, 805 600,
804 /**/ 806 /**/
805 599, 807 599,
806 /**/ 808 /**/