mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-21 06:01:43 +00:00
st/oxr: Silence meaningless negotiate errors/warnings.
Loader just indiscriminately populates all function pointers.
This commit is contained in:
parent
bbd63ff071
commit
24260bb042
|
@ -126,8 +126,7 @@ oxr_xrEnumerateApiLayerProperties(uint32_t propertyCapacityInput,
|
|||
*out_function = (PFN_xrVoidFunction)(ret); \
|
||||
return XR_SUCCESS; \
|
||||
} \
|
||||
return oxr_error(log, XR_ERROR_FUNCTION_UNSUPPORTED, \
|
||||
"(name = \"%s\") " message, name); \
|
||||
return XR_ERROR_FUNCTION_UNSUPPORTED; \
|
||||
} \
|
||||
} while (false)
|
||||
|
||||
|
|
Loading…
Reference in a new issue