mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 02:25:02 +00:00
suppress some warnings on tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user