mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 04:10:11 +00:00
tests/parallel: build on 32bit platforms without warnings
The compiler complains about the size of the arguments on android x86 which causes the ci run with -Dwerror=true to fail.
This commit is contained in:
parent
e1048aa938
commit
967f030a78
@ -47,6 +47,6 @@ main (int argc, char *argv[])
|
||||
elapsed += g_get_monotonic_time () - before;
|
||||
}
|
||||
|
||||
g_print ("%lu, %lu, %lu, %f\n", width, height, width * height, ((double)(elapsed / rounds)) / 1000.0);
|
||||
g_print ("%zu, %zu, %zu, %f\n", width, height, width * height, ((double)(elapsed / rounds)) / 1000.0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user