The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: add missing return statement

src/xrt/state_trackers/oxr/oxr_event.c:362:1: warning: control reaches end of non-void function [-Wreturn-type]
362 | }
| ^

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

Sapphire efde64d6 4ded7ad6

+2
+2
src/xrt/state_trackers/oxr/oxr_event.c
··· 359 359 lock(inst); 360 360 push(inst, event); 361 361 unlock(inst); 362 + 363 + return XR_SUCCESS; 362 364 } 363 365 #endif // OXR_HAVE_EXT_user_presence 364 366