mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Dmitry Philippov: Fix GCC4 warning
svn path=/trunk/; revision=24018
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user