Ignore:
Timestamp:
Jan 15, 2019, 4:34:35 AM (6 years ago)
Author:
[email protected]
Message:

Unreviewed: Fix the -Wformat compiler warnings

  • jsc.cpp:

(jscmain):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r239969 r239981  
    29392939        MemoryFootprint footprint = MemoryFootprint::now();
    29402940
    2941         printf("Memory Footprint:\n    Current Footprint: %llu\n    Peak Footprint: %llu\n", footprint.current, footprint.peak);
     2941        printf("Memory Footprint:\n    Current Footprint: %" PRIu64 "\n    Peak Footprint: %" PRIu64 "\n", footprint.current, footprint.peak);
    29422942    }
    29432943
Note: See TracChangeset for help on using the changeset viewer.