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

@@ -36,7 +36,7 @@ TEST_IMPL(GLM_PREFIX, mat3_identity) {
}
TEST_IMPL(GLM_PREFIX, mat3_identity_array) {
int i, count;
size_t i, count;
mat3 matrices[4] = {
A_MATRIX,
A_MATRIX,