diff options
author | Colin Cross <ccross@android.com> | 2023-03-31 17:54:40 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2023-04-10 13:19:30 -0700 |
commit | 1d1544b52c5c156b82dc31ae4be6ae62efb2d661 (patch) | |
tree | d593aa6fc0337455a95756f24fffa3fbd85618d4 /libhwc2.1/libdisplayinterface/ExynosDisplayDrmInterface.cpp | |
parent | 775f35376eb847cb4ccb12fa9880885a18ab0171 (diff) |
Fix formatting when _FILE_OFFSET_BITS=64
_FILE_OFFSET_BITS=64 can change off_t to be larger than a long.
Cast to intmax_t and print with %jd or switch to ptrdiff_t and
print with %td.
Bug: 275601166
Test: builds
Change-Id: I011cc53f108aaa7f773b0d09511728864f602429
Diffstat (limited to 'libhwc2.1/libdisplayinterface/ExynosDisplayDrmInterface.cpp')
0 files changed, 0 insertions, 0 deletions