mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
m/space: Fix function call warning
This commit is contained in:
parent
d1512f0005
commit
0a0d4a49d5
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue