[vlc-devel] commit: Fix compilation on Windows by using a less important warning ( Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Sep 8 12:26:48 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep  8 12:25:38 2009 +0200| [ebb0847c2d255f1b0f0757605e7303ee0edd3088] | committer: Jean-Baptiste Kempf 

Fix compilation on Windows by using a less important warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebb0847c2d255f1b0f0757605e7303ee0edd3088
---

 modules/video_output/msw/events.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index 365ee1a..2f7c1f5 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -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);




More information about the vlc-devel mailing list