tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
m/space: Fix function call warning
Jakob Bornecrantz
3 years ago
0a0d4a49
d1512f00
+1
-1
1 changed file
expand all
collapse all
unified
split
src
xrt
auxiliary
math
m_space.cpp
+1
-1
src/xrt/auxiliary/math/m_space.cpp
···
316
316
fprintf(stderr, "\tRR: ");
317
317
dump_relation(&r);
318
318
#else
319
319
-
(void)dump_chain;
319
319
+
(void)&dump_chain;
320
320
#endif
321
321
322
322
// Ensure no errors have crept in.