mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 13:16:11 +00:00
gcc: fix warnings (#156)
This commit is contained in:
@@ -18,6 +18,8 @@ main(int argc, const char * argv[]) {
|
||||
test_status_t st;
|
||||
int32_t i, count, passed, failed, maxlen;
|
||||
double start, end, elapsed, total;
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
passed = failed = maxlen = 0;
|
||||
total = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user