mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
t/common: Warning fix
This commit is contained in:
parent
a97b9a5990
commit
12eaebfa6a
|
@ -269,6 +269,7 @@ wmr_open_system(struct xrt_builder *xb,
|
|||
|
||||
xret_unlock = xrt_prober_unlock_list(xp, &xpdevs);
|
||||
assert(xret_unlock == XRT_SUCCESS);
|
||||
(void)xret_unlock;
|
||||
|
||||
struct u_system_devices *usysd = u_system_devices_allocate();
|
||||
|
||||
|
|
Loading…
Reference in a new issue