commit | d5aec0ced17f8f60761128bff32e54ad2d1d57ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 27 21:48:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 27 21:48:51 2020 +0100 |
tree | 03ced357f3052c001482cf75e0a3e1536d9372b9 | |
parent | 578fe947e3ad0cc7313c798cf76cc43dbf9b4ea6 [diff] [blame] |
patch 8.2.0326: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. (Yegappan Lakshmanan) Solution: Do not jump to failed but return.
diff --git a/src/version.c b/src/version.c index 7028ffd..ad27946 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 326, +/**/ 325, /**/ 324,