commit | b3a01946b30f33e7be0358b3ff2736b94973a659 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 17 19:56:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 17 19:56:09 2020 +0100 |
tree | 9fe8fdf1ba666da602412807a79056ee60c3f2e6 | |
parent | 1efefda623283d941705d8f6ad0e9cfe0ac76079 [diff] [blame] |
patch 8.2.2004: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize "ufunc". (John Marriott)
diff --git a/src/version.c b/src/version.c index a34e9bf..dafd15b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2004, +/**/ 2003, /**/ 2002,