diff options
author | ZyX <kp-pav@yandex.ru> | 2015-07-18 00:15:59 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-08-02 19:32:41 +0300 |
commit | ec95a58377e736aa6946e9ba0fdd6082ee5b491c (patch) | |
tree | 276b3eadbe47bca9c509dfded3feb090cdcca794 /test/functional/eval/msgpack_functions_spec.lua | |
parent | fea633d0fa459b65b5c3bb091998d47416c10b79 (diff) | |
download | rneovim-ec95a58377e736aa6946e9ba0fdd6082ee5b491c.tar.gz rneovim-ec95a58377e736aa6946e9ba0fdd6082ee5b491c.tar.bz2 rneovim-ec95a58377e736aa6946e9ba0fdd6082ee5b491c.zip |
vim_to_msgpack: Silence -Werror=unitialized compiler error
Compiler warning was found in [QuickBuild logs][1] from [this page][2]. GCC and
clang on travis appear to be fine. Relevant log parts:
Step Log (master>buildall>build-node?testNode=linux-64>build-and-run-tests>build-and-run-tests-parameterized?buildType=Release>configure-neovim-and-build-nvim)
<…>
16:26:31,364 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c: In function ‘f_msgpackdump’:
16:26:31,364 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c:12371:26: error: ‘cur_tv’ may be used uninitialized in this function [-Werror=uninitialized]
16:26:31,364 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c:12328:21: note: ‘cur_tv’ was declared here
16:26:31,938 WARN - cc1: all warnings being treated as errors
[1]: http://neovim-qb.szakmeister.net/wicket/page?4-1.ILinkListener-content-buildTab-panel-errorContainer-steps-5-logLink
[2]: http://neovim-qb.szakmeister.net/build/2099/overview
Diffstat (limited to 'test/functional/eval/msgpack_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions