Skip to content

xrt: Fix missing function declaration without a prototype warnings

Found with clang-15.

src/xrt/auxiliary/math/m_permutation.c:133:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
m_do_the_thing()
              ^
               void
Edited by Jakob Bornecrantz

Merge request reports