The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/survive: Fix warning

+1 -1
+1 -1
src/xrt/drivers/survive/survive_driver.c
··· 228 228 // libsurvive timecode may not be exactly comparable with monotonic ns. 229 229 // see OGGetAbsoluteTimeUS in libsurvive redist/os_generic.unix.h 230 230 static double 231 - survive_timecode_now_s() 231 + survive_timecode_now_s(void) 232 232 { 233 233 struct timeval tv; 234 234 gettimeofday(&tv, 0);