diff options
author | Daniel Micay <danielmicay@gmail.com> | 2015-10-13 16:18:45 -0400 |
---|---|---|
committer | Daniel Micay <danielmicay@gmail.com> | 2015-10-13 16:22:33 -0400 |
commit | af090a6ea897f90c02ffde8a1b49f76c426d9d31 (patch) | |
tree | e27da3b6c8ad237c23254acb74b6d692611e65e4 /libutils/LinearTransform.cpp | |
parent | 9b3a2784b94d88492906384ab3f3c9863f6b5eea (diff) |
fix misuse of formatting specifiers
The Clang/GCC formatting warning triggers for usage of %lld with off_t
on 64-bit because it's defined as a long int, not a long long int. It
isn't important, but it's technically undefined.
This fix is in anticipation of adding __attribute__((format(...))) to
many functions where it is currently missing.
Change-Id: I2bf33e6563a2892d2f54d7c582cbdeadf867e84f
Diffstat (limited to 'libutils/LinearTransform.cpp')
0 files changed, 0 insertions, 0 deletions