Emmanuel Fleury 766e6325ac Fix several signedness warnings in glib/tests/timer.c
glib/tests/timer.c: In function ‘test_timeval_from_iso8601’:
glib/tests/timer.c:220:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’
  220 |   for (i = 0; i < G_N_ELEMENTS (tests); i++)
      |                 ^
glib/tests/timer.c: In function ‘test_timeval_to_iso8601’:
glib/tests/timer.c:260:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’
  260 |   for (i = 0; i < G_N_ELEMENTS (tests); i++)
      |                 ^
2020-11-17 17:25:13 +01:00
..
2014-10-02 14:41:01 -04:00
2018-12-17 16:19:31 -05:00
2018-12-28 15:30:28 +01:00
2013-11-23 00:39:07 -05:00
2020-03-05 09:39:33 +01:00
2020-01-21 19:54:55 +04:00
2017-05-24 11:58:19 +02:00
2020-11-14 18:17:19 +00:00
2020-02-07 16:24:48 +02:00
2020-11-06 15:32:17 -06:00