Ignore:
Timestamp:
Jun 2, 2020, 4:29:12 AM (5 years ago)
Author:
Paulo Matos
Message:

Fix assert message formatting
https://bugs.webkit.org/show_bug.cgi?id=212591

Reviewed by Adrian Perez de Castro.

Fixes warning by gcc - lineParts.size() is size_t, %zu should be used.

  • runtime/FuzzerPredictions.cpp:

(JSC::FuzzerPredictions::FuzzerPredictions):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r262404 r262412  
     12020-06-02  Paulo Matos  <[email protected]>
     2
     3        Fix assert message formatting
     4        https://bugs.webkit.org/show_bug.cgi?id=212591
     5
     6        Reviewed by Adrian Perez de Castro.
     7
     8        Fixes warning by gcc - lineParts.size() is size_t, %zu should be used.
     9
     10        * runtime/FuzzerPredictions.cpp:
     11        (JSC::FuzzerPredictions::FuzzerPredictions):
     12
    1132020-06-01  Devin Rousso  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.