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-10-08 21:49:02 +00:00
2013-10-11 19:48:25 +00:00
2013-05-21 01:00:52 +00:00
2013-05-10 21:47:16 +00:00
2013-03-14 22:52:17 +00:00
2013-08-13 01:42:25 +00:00
2013-10-31 23:55:19 +00:00