The open source OpenXR runtime
0
fork

Configure Feed

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

st/p: Fix prober warning.

+2 -2
+2 -2
src/xrt/state_trackers/prober/p_prober.c
··· 1102 1102 XRT_TRACE_MARKER(); 1103 1103 1104 1104 XRT_MAYBE_UNUSED struct prober *p = (struct prober *)xp; 1105 - XRT_MAYBE_UNUSED struct prober_device *pdev = (struct prober_device *)xpdev; 1106 - XRT_MAYBE_UNUSED int ret; 1105 + struct prober_device *pdev = (struct prober_device *)xpdev; 1106 + int ret = 0; 1107 1107 #ifdef XRT_HAVE_LIBUSB 1108 1108 if (pdev->base.bus == XRT_BUS_TYPE_USB && pdev->usb.dev != NULL) { 1109 1109 ret = p_libusb_get_string_descriptor(p, pdev, which_string, buffer, max_length);