comparison src/version.c @ 29130:247a6d944401 v8.2.5085

patch 8.2.5085: gcc gives warning for signed/unsigned difference Commit: https://github.com/vim/vim/commit/819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 22:34:14 2022 +0100 patch 8.2.5085: gcc gives warning for signed/unsigned difference Problem: Gcc gives warning for signed/unsigned difference. Solution: Use a different pointer type. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jun 2022 23:45:03 +0200
parents d8a962d7b008
children 8957a70ce228
comparison
equal deleted inserted replaced
29129:9119f1e662f5 29130:247a6d944401
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5085,
737 /**/ 739 /**/
738 5084, 740 5084,
739 /**/ 741 /**/
740 5083, 742 5083,
741 /**/ 743 /**/