]> git.sesse.net Git - vlc/commitdiff
RC: kill a warning on Win32
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 17 Feb 2011 14:48:32 +0000 (15:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 17 Feb 2011 14:48:32 +0000 (15:48 +0100)
modules/control/rc.c

index b60c8967c19b2f5c21c6f4c1295f7f625d6d21bd..473b81d88386e041960ad812c27936b401253a3d 100644 (file)
@@ -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;