comparison src/version.c @ 17200:db81cee3a0e1 v8.1.1599

patch 8.1.1599: compiler warning for uninitialized variable commit https://github.com/vim/vim/commit/6efd76ae4a5cb60facd261abd5d64800ec96402d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 26 04:06:57 2019 +0200 patch 8.1.1599: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. (Tony Mechelynck) Solution: Add a dummy assignment.
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jun 2019 04:15:05 +0200
parents 4c009ec23c0a
children 4b40e8821f56
comparison
equal deleted inserted replaced
17199:8b52f72f0618 17200:db81cee3a0e1
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1599,
780 /**/ 782 /**/
781 1598, 783 1598,
782 /**/ 784 /**/
783 1597, 785 1597,
784 /**/ 786 /**/