The open source OpenXR runtime
0
fork

Configure Feed

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

st/prober: Fix warnings on Windows

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2454>

authored by

Jakob Bornecrantz and committed by
Rylie Pavlik
a4c55cbf 5d969701

+1
+1
src/xrt/state_trackers/prober/p_prober.c
··· 1208 1208 return -1; 1209 1209 1210 1210 #elif defined(XRT_OS_WINDOWS) 1211 + (void)pdev; 1211 1212 (void)ret; 1212 1213 U_LOG_E("HID devices not yet supported on Windows, cannot open interface (%i)", interface); 1213 1214 return -1;