t/common: Warning fix

This commit is contained in:
Ryan Pavlik 2023-06-16 16:50:09 -05:00 committed by Jakob Bornecrantz
parent a97b9a5990
commit 12eaebfa6a

View file

@ -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();