The open source OpenXR runtime
0
fork

Configure Feed

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

aux/util: fix warning introduced in !2223

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

+1
+1
src/xrt/auxiliary/util/u_pretty_print.c
··· 171 171 case XRT_ERROR_NOT_IMPLEMENTED: DG("XRT_ERROR_NOT_IMPLEMENTED"); return; 172 172 case XRT_ERROR_UNSUPPORTED_SPACE_TYPE: DG("XRT_ERROR_UNSUPPORTED_SPACE_TYPE"); return; 173 173 case XRT_ERROR_ANDROID: DG("XRT_ERROR_ANDROID"); return; 174 + case XRT_ERROR_FEATURE_NOT_SUPPORTED: DG("XRT_ERROR_FEATURE_NOT_SUPPORTED"); return; 174 175 } 175 176 // clang-format on 176 177