comparison src/version.c @ 12184:76fbd85c3cea v8.0.0972

patch 8.0.0972: compiler warnings for unused variables commit https://github.com/vim/vim/commit/37b9b8199792882e3e0e7e19e230ea6442b9e857 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 23:23:43 2017 +0200 patch 8.0.0972: compiler warnings for unused variables Problem: Compiler warnings for unused variables. (Tony Mechelynck) Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 23:30:06 +0200
parents 7e6185446ea6
children 36456f237c59
comparison
equal deleted inserted replaced
12183:a85d210b3bdc 12184:76fbd85c3cea
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 972,
772 /**/ 774 /**/
773 971, 775 971,
774 /**/ 776 /**/
775 970, 777 970,
776 /**/ 778 /**/