diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-04 15:41:38 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-06 09:51:43 +0100 |
commit | 1eb46675b7f755526f588c495fd4f4409f646a67 (patch) | |
tree | ef4952fc0f052ed2e6973d5a436a9e22de16f608 /runtime/doc/manpages/vimdiff.1 | |
parent | a32442db8559de722bee39f9614e9041c6f3782b (diff) | |
download | rneovim-1eb46675b7f755526f588c495fd4f4409f646a67.tar.gz rneovim-1eb46675b7f755526f588c495fd4f4409f646a67.tar.bz2 rneovim-1eb46675b7f755526f588c495fd4f4409f646a67.zip |
Fix warnings: screen.c: win_line(): Dead initialization: HI.
Problem: Dead initialization @ 3477.
http://neovim.org/doc/reports/clang/report-94b736.html#EndPath
Diagnostic: Harmless issue.
Rationale : `len` is assigned a new value just some lines below. So,
this just seems something due to old-style variable
declarations.
Resolution: We could just remove initialization, but prefer moving
declaration down to point of initialization.
Diffstat (limited to 'runtime/doc/manpages/vimdiff.1')
0 files changed, 0 insertions, 0 deletions