mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-01 19:38:30 +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); \
|
*out_function = (PFN_xrVoidFunction)(ret); \
|
||||||
return XR_SUCCESS; \
|
return XR_SUCCESS; \
|
||||||
} \
|
} \
|
||||||
return oxr_error(log, XR_ERROR_FUNCTION_UNSUPPORTED, \
|
return XR_ERROR_FUNCTION_UNSUPPORTED; \
|
||||||
"(name = \"%s\") " message, name); \
|
|
||||||
} \
|
} \
|
||||||
} while (false)
|
} while (false)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue