From 12eaebfa6a6c568165191774edd0ac43d8451d79 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Fri, 16 Jun 2023 16:50:09 -0500 Subject: [PATCH] t/common: Warning fix --- src/xrt/targets/common/target_builder_wmr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xrt/targets/common/target_builder_wmr.c b/src/xrt/targets/common/target_builder_wmr.c index 39b2d4db9..f170efa1e 100644 --- a/src/xrt/targets/common/target_builder_wmr.c +++ b/src/xrt/targets/common/target_builder_wmr.c @@ -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();