aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/manpages/it
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2014-11-12 22:49:29 +0100
committerEliseo Martínez <eliseomarmol@gmail.com>2014-11-15 12:48:29 +0100
commitfaa000edcb97482c4f8adc3f436344584ceca326 (patch)
tree14c930054dd966b905ae070796205381668bc5f9 /runtime/doc/manpages/it
parent7d3aac2d7111138b288a83005171b7900b8bcddd (diff)
downloadrneovim-faa000edcb97482c4f8adc3f436344584ceca326.tar.gz
rneovim-faa000edcb97482c4f8adc3f436344584ceca326.tar.bz2
rneovim-faa000edcb97482c4f8adc3f436344584ceca326.zip
Fix warnings: spell.c: spell_move_to(): Null arg: FP.
Problem : Argument with 'nonnull' attribute passed null @ 2118. Diagnostic : False positive. Rationale : Error happens when `if (buflen < len + MAXWLEN + 2) {` is not entered on the first iteration, which cannot happen because buflen is 0 on the first iteration, so the condition should always hold. Resolution : Assert existence of buffer with appropiate length after conditional (which prevents previous error path).
Diffstat (limited to 'runtime/doc/manpages/it')
0 files changed, 0 insertions, 0 deletions