Bug 38809

Summary: Fix build warnings on 64bit debug builds
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Laszlo Gombos
Reported 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’
Attachments
Laszlo Gombos
Comment 1 2012-09-25 13:04:20 PDT
*** This bug has been marked as a duplicate of bug 46357 ***
Note You need to log in before you can comment on or make changes to this bug.