commit | 1357caf31f3e447d99baf8dd6a3243e2ab38567f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 21:40:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 21:40:14 2016 +0100 |
tree | c9bdabfe659486fcb3e4913360637371812e6053 | |
parent | 19d2f1589850d7db1ce77efec052929246f156e2 [diff] [blame] |
patch 7.4.1232 Problem: Compiler warnings when the Sniff feature is enabled. Solution: Add UNUSED.
diff --git a/src/version.c b/src/version.c index 911b20e..0423100 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1232, +/**/ 1231, /**/ 1230,