Files
glib/glib/tests
Emmanuel Fleury 16773d2702 Fix a signedness problem in glib/tests/date.c
glib/tests/date.c:778:17: error: comparison of integer expressions of
  different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’

  778 |   for (i = 0; i < G_N_ELEMENTS (check_years); i++)
      |                 ^
2020-09-14 10:11:44 +02:00
..
2013-11-23 00:39:07 -05:00
2020-03-05 09:39:33 +01:00
2020-06-23 10:49:44 +01:00