mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +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);
|
xret_unlock = xrt_prober_unlock_list(xp, &xpdevs);
|
||||||
assert(xret_unlock == XRT_SUCCESS);
|
assert(xret_unlock == XRT_SUCCESS);
|
||||||
|
(void)xret_unlock;
|
||||||
|
|
||||||
struct u_system_devices *usysd = u_system_devices_allocate();
|
struct u_system_devices *usysd = u_system_devices_allocate();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue