[vlc-commits] compat: gettimeofday: unused variable

Steve Lhomme git at videolan.org
Fri Jun 10 14:15:43 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Fri Jun 10 10:08:03 2016 +0200| [f395afc09077aede22304c9348a40cb52ec6d159] | committer: Jean-Baptiste Kempf

compat: gettimeofday: unused variable

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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;



More information about the vlc-commits mailing list