mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
7c69a1d5f6
tests/refcount/objects.c: In function ‘main’: tests/refcount/objects.c:133:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘const unsigned int’} 133 | for (i = 0; i < n_threads; i++) { | ^ tests/refcount/objects.c:149:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘unsigned int’ 149 | for (i = 0; i < 2 * n_threads; i++) { | ^ |
||
---|---|---|
.. | ||
meson.build | ||
objects2.c | ||
objects.c | ||
properties2.c | ||
properties3.c | ||
properties4.c | ||
properties.c | ||
signals.c |