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
Loading
Please register or sign in to comment