mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio/tests/converter-stream.c: In function ‘main’: gio/tests/converter-stream.c:1220:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ 1220 | for (i = 0; i < G_N_ELEMENTS (compressor_tests); i++) | ^ gio/tests/converter-stream.c:1223:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ 1223 | for (i = 0; i < G_N_ELEMENTS (truncation_tests); i++) | ^ gio/tests/converter-stream.c:1226:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ 1226 | for (i = 0; i < G_N_ELEMENTS (charset_tests); i++) | ^