[vlc-commits] RC: kill a warning on Win32

Jean-Baptiste Kempf git at videolan.org
Thu Feb 17 15:48:47 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 17 15:48:32 2011 +0100| [3e94ba7d90174c8cc5df0d728069827022bfb05a] | committer: Jean-Baptiste Kempf

RC: kill a warning on Win32

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

 modules/control/rc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/control/rc.c b/modules/control/rc.c
index b60c896..473b81d 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -1925,7 +1925,7 @@ static int updateStatistics( intf_thread_t *p_intf, input_item_t *p_item )
 }
 
 #ifdef WIN32
-bool ReadWin32( intf_thread_t *p_intf, char *p_buffer, int *pi_size )
+static bool ReadWin32( intf_thread_t *p_intf, char *p_buffer, int *pi_size )
 {
     INPUT_RECORD input_record;
     DWORD i_dw;



More information about the vlc-commits mailing list