commit | 5bca5adce9b32e592598f2cbf304594e9d677eb1 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Sat Jun 08 18:49:27 2024 +0900 |
committer | Yi Kong <yikong@google.com> | Tue Jul 23 21:11:31 2024 +0900 |
tree | d462267f1dbe3055714387c9f7cd93b75bc6fcb3 | |
parent | cd170297c53c51d4fb5f99078154ff9ab08f7a94 [diff] |
Fix -Wformat warning frameworks/base/core/jni/com_android_internal_content_FileSystemUtils.cpp:92:38: error: format specifies type 'int' but the argument has type 'long' [-Werror,-Wformat] 91 | ", st_blksize: %d, st_size: %" PRIu64 "", | ~~ | %ld 92 | beforePunch.st_blocks, beforePunch.st_blksize, | ^~~~~~~~~~~~~~~~~~~~~~ Test: presubmit Bug: 315250603 Change-Id: I87b2f17928f8e7029e4a6de3df231a41d6807aaf