diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-13 11:03:28 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:26 -0500 |
commit | e2b081ed0c9aa43e891e5b33c1f3f077bc579356 (patch) | |
tree | f733f02fa8bd6328d43de10fc304aaa1168a3bdd | |
parent | b9c5ca21e6a666dfcd3324720ca59ed52ce34883 (diff) | |
download | rneovim-e2b081ed0c9aa43e891e5b33c1f3f077bc579356.tar.gz rneovim-e2b081ed0c9aa43e891e5b33c1f3f077bc579356.tar.bz2 rneovim-e2b081ed0c9aa43e891e5b33c1f3f077bc579356.zip |
vim-patch:7.4.1823
Problem: Warning from 64 bit compiler.
Solution: Add type cast. (Mike Williams)
https://github.com/vim/vim/commit/d9db8b448c214eb583e84c598bca0688b9202ba7
Already silenced in earlier commits by using size_t.
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e8f639fcd4..c8eae8b588 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -616,7 +616,7 @@ static int included_patches[] = { // 1826 NA // 1825 NA // 1824 NA - // 1823, + 1823, // 1822 NA 1821, 1820, |