mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
Dmitry Philippov: Fix GCC4 warning
svn path=/trunk/; revision=24018
This commit is contained in:
parent
e90bd22c08
commit
a9bca34078
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue