commit | ae70ebff5ba88f04bbbb5ebad6c2d334f6e65dac | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu May 30 15:37:38 2024 +0900 |
committer | Yi Kong <yikong@google.com> | Thu May 30 06:54:47 2024 +0000 |
tree | d49a28c35926e399405ed6220cce0da34ba8b829 | |
parent | 53c4d136dee7052d22bd9fc0388f6eb009c98a81 [diff] |
Fix -Wformat warning frameworks/base/core/jni/com_android_internal_content_FileSystemUtils.cpp:198:37: error: format specifies type 'long' but the argument has type 'int' [-Werror,-Wformat] 196 | ALOGD("Size after punching holes st_blocks: %" PRIu64 ", st_blksize: %ld, st_size: %" PRIu64 | ~~~ | %d 197 | "", 198 | afterPunch.st_blocks, afterPunch.st_blksize, | ^~~~~~~~~~~~~~~~~~~~~ Test: presubmit Bug: 315250603 Change-Id: I449937f824ef7423d2c909a64b34d4df678ac62b