Bug 155408
Summary: | [EFL] Fix debug build error since r197690 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joonghun Park <jh718.park> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | lucas.de.marchi |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Joonghun Park
Change %lld to %PRId instead to correct the error below.
error: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘std::chrono::duration<long int, std::ratio<1l, 1000l> >::rep {aka long int}’ [-Werror=format=]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joonghun Park
Committed r198079: <http://trac.webkit.org/changeset/198079>