mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
st/oxr: Silence warning about uninitialized variable and add todo (NFC)
This commit is contained in:
parent
cf0e5d7861
commit
695ac70dab
|
@ -879,7 +879,8 @@ oxr_source_bind_inputs(struct oxr_logger *log,
|
|||
struct oxr_source_output outputs[16] = {0};
|
||||
uint32_t num_outputs = 0;
|
||||
|
||||
XrPath bound_path;
|
||||
//! @todo Should this be asserted to be none-null?
|
||||
XrPath bound_path = XR_NULL_PATH;
|
||||
get_binding(log, slog, sess, act, profile, sub_path, inputs,
|
||||
&num_inputs, outputs, &num_outputs, &bound_path);
|
||||
|
||||
|
|
Loading…
Reference in a new issue