Closed rbuj closed 4 years ago
profile-editor.c:540:16: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 540 | for (i = 0; i < G_N_ELEMENTS (color_schemes); ++i) | ^