commit | 81e7a9c3fb37cad46c8f04a5ce871fb06819a371 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 19:57:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 19:57:20 2016 +0100 |
tree | 137d60842f9637b69037c043e9e5f6e6215d3402 | |
parent | 4f8b8faec31a934920a723053e8dcf47b6fac08c [diff] [blame] |
patch 7.4.1270 Problem: Warnings for missing values in switch. Solution: Change switch to if-else or add values.
diff --git a/src/version.c b/src/version.c index 626639a..74518d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1270, +/**/ 1269, /**/ 1268,