Skip to content
Snippets Groups Projects
Commit f395afc0 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

compat: gettimeofday: unused variable


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9608e2c0
No related branches found
Tags 3.0.17.3
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment