diff options
author | James McCoy <jamessan@jamessan.com> | 2018-11-20 20:08:41 -0500 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2018-11-24 22:56:25 +0100 |
commit | 02d68fbcae8b97e41aff4dbb40c64994b37dd65a (patch) | |
tree | 16d18937ea965ba1b3ac7ad817f2b4151449d729 /scripts/gen_help_html.py | |
parent | fc0aeb5f88eccb4c816ba68bfa2902d621067c4e (diff) | |
download | rneovim-02d68fbcae8b97e41aff4dbb40c64994b37dd65a.tar.gz rneovim-02d68fbcae8b97e41aff4dbb40c64994b37dd65a.tar.bz2 rneovim-02d68fbcae8b97e41aff4dbb40c64994b37dd65a.zip |
Remove extraneous parens to silence -Wparentheses-equality
In file included from ../src/nvim/eval/encode.c:974:
../src/nvim/eval/typval_encode.c.h:390:40: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
do { if ((tv->vval.v_special == kSpecialVarTrue)) { msgpack_pack_true(packer); } else { msgpack_pack_false(packer); } } while (0);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
Diffstat (limited to 'scripts/gen_help_html.py')
0 files changed, 0 insertions, 0 deletions