diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-12 11:22:10 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-15 12:48:28 +0100 |
commit | 78b49ce950b31df8b5ee6788c84b3d439a982d59 (patch) | |
tree | e5eecc0fa21ef830a128756631b6355db63d9e57 /src/nvim/api/private/helpers.c | |
parent | 83a32aad82f87fda3d8a5984ebf627213c18177a (diff) | |
download | rneovim-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 'src/nvim/api/private/helpers.c')
0 files changed, 0 insertions, 0 deletions