The open source OpenXR runtime

m/space: Fix function call warning

+1 -1
+1 -1
src/xrt/auxiliary/math/m_space.cpp
··· 316 316 fprintf(stderr, "\tRR: "); 317 317 dump_relation(&r); 318 318 #else 319 - (void)dump_chain; 319 + (void)&dump_chain; 320 320 #endif 321 321 322 322 // Ensure no errors have crept in.