Skip to content
Snippets Groups Projects
  1. May 30, 2024
    • Yi Kong's avatar
      Fix -Wformat warning · ae70ebff
      Yi Kong authored
      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
      ae70ebff
    • Treehugger Robot's avatar
  2. May 29, 2024
  3. May 28, 2024
  4. May 27, 2024
  5. May 25, 2024
  6. May 24, 2024
  7. May 23, 2024
  8. May 22, 2024
  9. May 21, 2024
Loading