]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0199: compiler warnings for libcall v8.0.0199
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Jan 2017 15:56:28 +0000 (16:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Jan 2017 15:56:28 +0000 (16:56 +0100)
commit6d721c7e10251ad8c89a461eed99d8cf2659c1df
tree0e9a92e1a0a96e9612d5408c340b25a21d9e303c
parentde318c5c35ed0d65fd2a07196cb8acd5ee6d9bf8
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)
src/evalfunc.c
src/os_unix.c
src/version.c