mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
0ddadf14cc
tests/gobject/performance-threaded.c: In function ‘run_test’: tests/gobject/performance-threaded.c:302:19: error: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ 302 | for (i = 0; i < n_threads; i++) { | ^ tests/gobject/performance-threaded.c:308:19: error: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ 308 | for (i = 0; i < n_threads; i++) { | ^ tests/gobject/performance-threaded.c: In function ‘find_test’: tests/gobject/performance-threaded.c:324:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ 324 | for (i = 0; i < G_N_ELEMENTS (tests); i++) | ^ tests/gobject/performance-threaded.c: In function ‘main’: tests/gobject/performance-threaded.c:351:21: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ 351 | for (i = 0; i < G_N_ELEMENTS (tests); i++) | ^ tests/gobject/performance-threaded.c:369:21: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ 369 | for (i = 0; i < G_N_ELEMENTS (tests); i++) | ^ |
||
---|---|---|
.. | ||
.gitignore | ||
accumulator.c | ||
defaultiface.c | ||
deftype.c | ||
dynamictype.c | ||
gvalue-test.c | ||
meson.build | ||
override.c | ||
paramspec-test.c | ||
performance-threaded.c | ||
performance.c | ||
references.c | ||
signals.c | ||
singleton.c | ||
testcommon.h | ||
testgobject.c | ||
testmarshal.list | ||
testmodule.c | ||
testmodule.h | ||
timeloop-closure.c |