commit | 6d721c7e10251ad8c89a461eed99d8cf2659c1df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 16:56:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 16:56:28 2017 +0100 |
tree | 0e9a92e1a0a96e9612d5408c340b25a21d9e303c | |
parent | de318c5c35ed0d65fd2a07196cb8acd5ee6d9bf8 [diff] [blame] |
patch 8.0.0199: compiler warnings for libcall Problem: Warning for an unused parameter when the libcall feature is disabled. Warning for a function type cast when compiling with -pedantic. Solution: Add UNUSED. Use a different type cast. (Damien Molinier)
diff --git a/src/version.c b/src/version.c index d826cb3..50bcce0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 199, +/**/ 198, /**/ 197,