vlc | branch: master | Steve Lhomme <[email protected]> | Fri Jun 10 10:08:03 2016 +0200| [f395afc09077aede22304c9348a40cb52ec6d159] | committer: Jean-Baptiste Kempf
compat: gettimeofday: unused variable Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
