Bug 155408 - [EFL] Fix debug build error since r197690
Summary: [EFL] Fix debug build error since r197690
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 07:37 PDT by Joonghun Park
Modified: 2016-03-13 07:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 2016-03-13 07:37:46 PDT
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=]
Comment 1 Joonghun Park 2016-03-13 07:46:49 PDT
Committed r198079: <http://trac.webkit.org/changeset/198079>