diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-04 15:41:37 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-06 09:51:42 +0100 |
commit | a32442db8559de722bee39f9614e9041c6f3782b (patch) | |
tree | ccae3db929e600884cc767d494709d013f8838af /runtime/doc/manpages/vimdiff.1 | |
parent | b6c1fae6a94d01024d30c24c32e99ec78b4b2517 (diff) | |
download | rneovim-a32442db8559de722bee39f9614e9041c6f3782b.tar.gz rneovim-a32442db8559de722bee39f9614e9041c6f3782b.tar.bz2 rneovim-a32442db8559de722bee39f9614e9041c6f3782b.zip |
Fix warnings: screen.c: redraw_asap(): Various (6): MI.
Problems: Argument with 'nonnull' attribute passed null @ 277.
http://neovim.org/doc/reports/clang/report-9c3614.html#EndPath
Result of operation is garbage or undefined @ 281.
http://neovim.org/doc/reports/clang/report-45efbf.html#EndPath
Argument with 'nonnull' attribute passed null @ 306.
http://neovim.org/doc/reports/clang/report-ffb84f.html#EndPath
Result of operation is garbage or undefined @ 311.
http://neovim.org/doc/reports/clang/report-d04333.html#EndPath
Argument with 'nonnull' attribute passed null @ 315.
http://neovim.org/doc/reports/clang/report-786819.html#EndPath
Uninitialized argument value @ 328.
http://neovim.org/doc/reports/clang/report-2a5506.html#EndPath
Diagnostic: Multithreading issues.
Rationale : All reported problems can only occur if accesed globals
change state while executing function, which could only
happen in a multithreaded environment.
Resolution: Use local variables.
Note that this change alters function semantics, as now
function only depends on global values at entry time.
This shouldn't be a problem, though, as new semantics should
be in fact better.
Diffstat (limited to 'runtime/doc/manpages/vimdiff.1')
0 files changed, 0 insertions, 0 deletions