comparison src/version.c @ 12790:305693246ff6 v8.0.1272

patch 8.0.1272: warnings for unused variables in tiny build commit https://github.com/vim/vim/commit/53ec79537a062b453ed72a4efcb4b1cd284fe9a6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 21:24:23 2017 +0100 patch 8.0.1272: warnings for unused variables in tiny build Problem: Warnings for unused variables in tiny build. Solution: Add #ifdef. (Dominique Pelle, closes https://github.com/vim/vim/issues/2288)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 21:30:04 +0100
parents cb9b2774f21f
children f3a7ce8edce9
comparison
equal deleted inserted replaced
12789:2c8b45505ae0 12790:305693246ff6
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1272,
764 /**/ 766 /**/
765 1271, 767 1271,
766 /**/ 768 /**/
767 1270, 769 1270,
768 /**/ 770 /**/