[vlc-devel] [PATCH 3/3] compat: gettimeofday: unused variable
    Steve Lhomme 
    robux4 at videolabs.io
       
    Fri Jun 10 10:08:03 CEST 2016
    
    
  
---
 compat/gettimeofday.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/compat/gettimeofday.c b/compat/gettimeofday.c
index 9e95534..589338a 100644
--- a/compat/gettimeofday.c
+++ b/compat/gettimeofday.c
@@ -36,6 +36,7 @@ static const unsigned __int64 epoch = 116444736000000000;
  */
 int gettimeofday(struct timeval * tp, struct timezone * tzp)
 {
+    (void)tzp;
     FILETIME       file_time;
     SYSTEMTIME     system_time;
     ULARGE_INTEGER ularge;
-- 
2.8.2
    
    
More information about the vlc-devel
mailing list