forked from aniani/vim
patch 7.4.822
Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
This commit is contained in:
@@ -282,7 +282,7 @@ _WndProc(
|
||||
result = MyWindowProc(hwnd, uMsg, wParam, lParam);
|
||||
if (result == HTCLIENT)
|
||||
{
|
||||
gui_mch_get_winpos(&x, &y);
|
||||
(void)gui_mch_get_winpos(&x, &y);
|
||||
xPos -= x;
|
||||
|
||||
if (xPos < 48) /*<VN> TODO should use system metric?*/
|
||||
|
||||
Reference in New Issue
Block a user