suppress some warnings on tests

This commit is contained in:
Recep Aslantas
2023-06-12 13:15:47 +03:00
parent 2c39193016
commit 768d36f4b6
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ TEST_IMPL(GLM_PREFIX, mat2_identity) {
}
TEST_IMPL(GLM_PREFIX, mat2_identity_array) {
int i, count;
size_t i, count;
mat2 matrices[4] = {
A_MATRIX2x2,
A_MATRIX2x2,