mate-desktop / mate-terminal

The MATE Terminal Emulator
http://www.mate-desktop.org
GNU General Public License v3.0
135 stars 73 forks source link

profile-editor: Fix -Wsign-compare warning #365

Closed rbuj closed 3 years ago

rbuj commented 3 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)
      |                ^