m/space: Fix function call warning

This commit is contained in:
Jakob Bornecrantz 2022-04-30 20:30:54 +01:00
parent d1512f0005
commit 0a0d4a49d5

View file

@ -316,7 +316,7 @@ m_relation_chain_resolve(const struct xrt_relation_chain *xrc, struct xrt_space_
fprintf(stderr, "\tRR: ");
dump_relation(&r);
#else
(void)dump_chain;
(void)&dump_chain;
#endif
// Ensure no errors have crept in.