comparison src/version.c @ 31006:d63bb3fa9939 v9.0.0838

patch 9.0.0838: compiler warnings for unused variables Commit: https://github.com/vim/vim/commit/a25f718431ae001242a6a8b74733ee7685ccf07d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 6 11:27:46 2022 +0000 patch 9.0.0838: compiler warnings for unused variables Problem: Compiler warnings for unused variables. Solution: Addjust #ifdef and remove unused variables. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Nov 2022 12:30:05 +0100
parents eb145a4d6bf8
children 91d0f3f87e8c
comparison
equal deleted inserted replaced
31005:15908bda0c7a 31006:d63bb3fa9939
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 838,
698 /**/ 700 /**/
699 837, 701 837,
700 /**/ 702 /**/
701 836, 703 836,
702 /**/ 704 /**/