Matthias Schiffer
d13cfe10f6
tests/tests1: fix printf format for size_t arguments
...
Change %d to %llu and add cast to unsigned long long for size_t arguments,
otherwise compilation will fail with errors like:
test1.c:70:15: error: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned int}’ [-Werror=format=]
%zu is avoided to stay compatible with old libc versions (like old Visual
Studio).
2016-06-07 10:49:42 +02:00
..
2016-05-29 11:24:55 +02:00
2013-02-09 16:35:24 -06:00
2012-04-28 14:14:26 -05:00
2016-06-07 10:49:42 +02:00
2016-04-30 19:09:45 +00:00
2012-04-28 14:14:26 -05:00
2016-04-30 19:09:45 +00:00
2016-04-30 19:09:45 +00:00
2016-04-30 19:09:45 +00:00
2012-09-16 20:43:29 -05:00
2012-04-22 10:33:41 -05:00
2012-04-28 14:14:26 -05:00
2012-04-28 14:14:26 -05:00
2012-04-28 14:14:26 -05:00
2012-04-28 14:14:26 -05:00
2012-09-16 20:43:29 -05:00
2012-04-22 10:33:41 -05:00
2012-04-22 10:33:41 -05:00
2015-08-23 00:06:36 -04:00
2012-04-22 10:33:41 -05:00
2012-04-22 10:33:41 -05:00
2014-08-26 14:48:59 +02:00
2014-03-22 21:15:41 -04:00
2014-03-22 21:15:41 -04:00
2016-01-13 15:56:39 +01:00
2016-01-13 15:56:39 +01:00
2016-01-13 15:56:39 +01:00
2016-05-29 11:24:55 +02:00
2016-05-29 11:24:55 +02:00
2016-05-29 11:24:55 +02:00
2012-12-13 11:46:04 +01:00
2013-09-11 20:27:39 -05:00
2013-02-26 21:14:07 -06:00
2012-12-23 10:25:03 -06:00
2012-12-23 10:25:03 -06:00
2012-04-22 10:33:41 -05:00
2012-07-29 12:13:54 -05:00
2012-07-29 12:13:54 -05:00
2014-03-22 21:40:37 -04:00
2015-11-28 20:00:30 -06:00
2015-11-28 20:00:30 -06:00
2012-04-22 10:33:41 -05:00
2013-02-09 16:35:24 -06:00
2012-04-22 14:25:08 -05:00
2012-04-22 14:13:01 -05:00
2012-09-16 20:43:29 -05:00
2012-09-09 13:53:12 -05:00
2012-09-02 15:21:56 -05:00
2012-04-28 14:14:26 -05:00
2013-02-21 12:32:29 -06:00
2012-10-20 20:26:37 -05:00
2012-07-24 23:27:41 -05:00