Dmitry Philippov: Fix GCC4 warning

svn path=/trunk/; revision=24018
This commit is contained in:
Aleksey Bragin 2006-09-10 09:31:44 +00:00
parent e90bd22c08
commit a9bca34078

View file

@ -320,7 +320,7 @@ LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
// mark the one as selected
SendMessage (hTree, TVM_SELECTITEM, TVGN_CARET, (LPARAM)item);
(BOOL)TreeView_EnsureVisible (hTree, item);
(void)TreeView_EnsureVisible (hTree, item);
}
// create the context menu