aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/manpages/it
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2014-11-12 11:22:10 +0100
committerEliseo Martínez <eliseomarmol@gmail.com>2014-11-15 12:48:28 +0100
commit78b49ce950b31df8b5ee6788c84b3d439a982d59 (patch)
treee5eecc0fa21ef830a128756631b6355db63d9e57 /runtime/doc/manpages/it
parent83a32aad82f87fda3d8a5984ebf627213c18177a (diff)
downloadrneovim-78b49ce950b31df8b5ee6788c84b3d439a982d59.tar.gz
rneovim-78b49ce950b31df8b5ee6788c84b3d439a982d59.tar.bz2
rneovim-78b49ce950b31df8b5ee6788c84b3d439a982d59.zip
Fix warnings: regexp_nfa.c: nfa_regatom(): Dead assignment: HI.
Problem : Dead assignment @ 1554. Diagnostic : Harmless issue. Rationale : `result` is used when analyzing if a bracketed expresion `[<whatever>]` can be condensed into a character class. Not used for anything else anywhere. So, it's safe to remove. Resolution : Remove dead assingment and move declaration of `result` to the scope where it's used.
Diffstat (limited to 'runtime/doc/manpages/it')
0 files changed, 0 insertions, 0 deletions