mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.1753: various warnings from a static analyser
Problem: Various warnings from a static analyser Solution: Add type casts, remove unneeded conditions. (Christian Brabandt, closes #2770)
This commit is contained in:
@@ -2610,7 +2610,7 @@ do_mouse(
|
||||
end_visual_mode();
|
||||
}
|
||||
}
|
||||
else if (c1 < 0)
|
||||
else
|
||||
{
|
||||
tabpage_T *tp;
|
||||
|
||||
|
Reference in New Issue
Block a user