mirror of
https://github.com/recp/cglm.git
synced 2025-12-30 20:27:00 +00:00
suppress some warnings on tests
This commit is contained in:
@@ -48,7 +48,7 @@ TEST_IMPL(GLM_PREFIX, mat4_identity) {
|
||||
}
|
||||
|
||||
TEST_IMPL(GLM_PREFIX, mat4_identity_array) {
|
||||
int i, count;
|
||||
size_t i, count;
|
||||
mat4 matrices[4] = {
|
||||
A_MATRIX,
|
||||
A_MATRIX,
|
||||
|
||||
Reference in New Issue
Block a user