Sylvestre Ledru
779f921311
Fix the format warnings.
...
In almost all cases, the misuse is about "%lu" being used instead of the correct "%zu" (even though these are compatible on 64-bit platforms in practice). There are even a couple of cases where "%ld" (ie., signed int) is used instead of "%zu", and one where "%lu" is used instead of "%" PRIu64.
Fixes bug #17551 .
Patch by "/dev/humancontroller"
llvm-svn: 193832
2013-10-31 23:55:19 +00:00
..
2012-10-30 23:56:14 +00:00
2013-09-25 10:37:32 +00:00
2013-05-18 00:11:21 +00:00
2013-10-08 21:49:02 +00:00
2013-10-11 19:48:25 +00:00
2013-05-21 01:00:52 +00:00
2013-07-11 22:46:58 +00:00
2013-05-10 21:47:16 +00:00
2013-03-14 22:52:17 +00:00
2013-09-11 18:23:22 +00:00
2013-10-27 02:32:23 +00:00
2013-10-09 17:44:52 +00:00
2013-08-13 01:42:25 +00:00
2013-10-18 17:38:31 +00:00
2013-10-18 17:38:31 +00:00
2012-11-29 21:49:15 +00:00
2013-08-06 23:08:59 +00:00
2013-10-31 23:55:19 +00:00
2013-10-03 22:27:29 +00:00
2013-10-18 17:38:31 +00:00
2013-05-10 17:19:04 +00:00
2013-08-07 19:05:15 +00:00
2013-06-04 01:40:51 +00:00
2013-06-04 01:40:51 +00:00
2013-06-04 01:40:51 +00:00
2013-10-11 19:48:25 +00:00
2013-07-18 21:48:26 +00:00
2013-07-18 21:48:26 +00:00
2013-07-26 00:27:57 +00:00
2013-10-11 19:48:25 +00:00
2013-06-04 01:40:51 +00:00
2013-09-17 16:35:45 +00:00
2013-10-11 19:48:25 +00:00
2013-10-11 19:48:25 +00:00
2013-10-11 19:48:25 +00:00
2013-07-11 22:46:58 +00:00
2012-11-29 21:49:15 +00:00
2013-10-28 19:00:42 +00:00
2013-04-18 22:45:39 +00:00