]> git.sesse.net Git - vlc/commitdiff
Fix compilation on Windows by using a less important warning
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Sep 2009 10:25:38 +0000 (12:25 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Sep 2009 10:26:33 +0000 (12:26 +0200)
modules/video_output/msw/events.c

index 365ee1ac614d8ea98eb7c65aeb5ae5a88705e550..2f7c1f5e771451a4bf5a2109c317a19638fb7110 100644 (file)
@@ -809,7 +809,7 @@ void UpdateRects( vout_thread_t *p_vout, bool b_force )
         if( S_OK == CoCreateInstance( &clsid_ITaskbarList,
                     NULL, CLSCTX_INPROC_SERVER,
                     &IID_ITaskbarList3,
-                    (void **)&p_taskbl) )
+                    &p_taskbl) )
         {
             RECT rect_video, rect_parent, rect_relative;
             HWND hroot = GetAncestor(p_vout->p_sys->hwnd,GA_ROOT);