Dmitry Philippov: Fix GCC4 warning
authorAleksey Bragin <aleksey@reactos.org>
Sun, 10 Sep 2006 09:31:44 +0000 (09:31 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sun, 10 Sep 2006 09:31:44 +0000 (09:31 +0000)
svn path=/trunk/; revision=24018

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