Manuel Pégourié-Gonnard
5ea13b854a
Fix compiler warning: comparing signed to unsigned
...
Since the type of cid_len is unsigned but shorter than int, it gets
"promoted" to int (which is also the type of the result), unless we make the
other operand an unsigned int which then forces the expression to unsigned int
as well.
2019-08-23 13:11:31 +03:00
..
2015-06-25 10:59:56 +02:00
2019-07-14 09:17:57 +03:00
2019-06-25 13:33:51 +01:00
2019-03-05 16:27:38 +00:00
2019-08-23 12:51:21 +03:00
2019-07-02 20:05:16 +02:00
2019-06-20 10:48:11 +01:00
2015-09-04 14:21:07 +02:00
2019-02-26 14:38:09 +00:00
2019-03-01 10:19:27 +01:00
2019-08-23 12:45:33 +03:00
2018-04-17 10:00:21 -05:00
2019-08-23 12:45:33 +03:00
2019-08-23 12:48:41 +03:00
2019-08-23 13:11:31 +03:00
2019-08-23 12:52:29 +03:00
2016-11-04 23:05:56 +01:00
2018-11-02 10:52:38 +00:00
2019-06-04 13:59:48 +01:00
2019-06-24 09:17:18 -04:00
2019-01-31 08:20:20 -05:00
2019-06-04 13:59:55 +01:00
2019-05-04 08:13:23 +01:00
2019-02-28 09:36:30 +00:00