Bug 38809 - Fix build warnings on 64bit debug builds
Summary: Fix build warnings on 64bit debug builds
Status: RESOLVED DUPLICATE of bug 46357
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 20:10 PDT by Laszlo Gombos
Modified: 2012-09-25 13:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2010-05-08 20:10:20 PDT
../../WebCore/platform/sql/SQLiteFileSystem.cpp:76: warning: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘int64_t’
../../WebCore/platform/sql/SQLiteFileSystem.cpp:79: warning: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘int64_t’
../../WebCore/loader/icon/IconDatabase.cpp:1637: warning: format ‘%lli’ expects type ‘long long int’, but argument 3 has type ‘long int’
../../WebCore/loader/icon/IconDatabase.cpp:1641: warning: format ‘%lli’ expects type ‘long long int’, but argument 5 has type ‘long int’
Comment 1 Laszlo Gombos 2012-09-25 13:04:20 PDT

*** This bug has been marked as a duplicate of bug 46357 ***