mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-11 21:29:23 +01:00
tests/gobject/performance.c: In function ‘find_test’: tests/gobject/performance.c:1019:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ 1019 | for (i = 0; i < G_N_ELEMENTS (tests); i++) | ^ tests/gobject/performance.c: In function ‘main’: tests/gobject/performance.c:1054:21: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ 1054 | for (i = 0; i < G_N_ELEMENTS (tests); i++) | ^