commit | 12a61347d0f0ba2ee99c1ef7626aeebc39307227 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Sun Nov 30 11:00:38 2014 +0100 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Dec 04 15:32:24 2014 -0800 |
tree | 2af391d10fe4f1804126dde869808408acbc569c | |
parent | 050ff19e650a53fd2b6f1f2490758b4bf3104ca4 [diff] |
Cast int64_t values to long long before print. So the "%lld" format will not have Clang warnings in 32-bit and 64-bit builds. Alternative is to use PRId64. Change-Id: I5fafc506fae012748a04ec261af62d9d13475cde Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>