Dmitry Philippov: Fix GCC4 warning
[reactos.git] / rosapps / packmgr / gui / main.c
index 6398ca3..e97299e 100644 (file)
@@ -320,7 +320,7 @@ LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
                                {\r
                                        // mark the one as selected\r
                                        SendMessage (hTree, TVM_SELECTITEM, TVGN_CARET, (LPARAM)item);\r
-                                       (BOOL)TreeView_EnsureVisible (hTree, item);\r
+                                       (void)TreeView_EnsureVisible (hTree, item);\r
                                }\r
 \r
                                // create the context menu\r