Closed Helco closed 5 years ago
The vector constants in the vector tests (e.g. xzright, xyup) are not used, therefore Clang throws a few warnings (-Wunused-variable). Fix by either using, or marking them via UNUSED
xzright
xyup
-Wunused-variable
UNUSED
The vector constants in the vector tests (e.g.
xzright
,xyup
) are not used, therefore Clang throws a few warnings (-Wunused-variable
). Fix by either using, or marking them viaUNUSED