mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
tests/testglib.c: In function ‘glist_test’: tests/testglib.c:90:30: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 90 | if (*((gint*) t->data) != (9 - i)) | ^~ tests/testglib.c:95:54: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 95 | if (g_list_position (list, g_list_nth (list, i)) != i) | ^~ tests/testglib.c:112:30: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 112 | if (*((gint*) t->data) != i) | ^~ tests/testglib.c:130:30: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 130 | if (*((gint*) t->data) != (9 - i)) | ^~ tests/testglib.c:150:30: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 150 | if (*((gint*) t->data) != (9 - i)) | ^~ tests/testglib.c: In function ‘gslist_test’: tests/testglib.c:170:31: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 170 | if (*((gint*) st->data) != (9 - i)) | ^~ tests/testglib.c:188:31: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 188 | if (*((gint*) st->data) != i) | ^~ tests/testglib.c:206:31: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 206 | if (*((gint*) st->data) != (9 - i)) | ^~ tests/testglib.c:226:31: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 226 | if (*((gint*) st->data) != (9 - i)) | ^~