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

@@ -56,7 +56,7 @@ TEST_IMPL(GLM_PREFIX, quat_identity) {
}
TEST_IMPL(GLM_PREFIX, quat_identity_array) {
int i, count;
size_t i, count;
versor quats[4] = {
{1.0f, 2.0f, 3.0f, 4.0f},
{1.0f, 2.0f, 3.0f, 4.0f},