Skip to content
  • ossy@webkit.org's avatar
    Fix warnings: unknown conversion type character 'l' in format · ed7d56b7
    ossy@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=43359
    
    Reviewed by Kenneth Rohde Christiansen.
    
    * loader/icon/IconDatabase.cpp:
    (WebCore::IconDatabase::performURLImport): Replace %zu with %lu, because Windows doesn't understand z modifier.
    (WebCore::IconDatabase::pruneUnretainedIcons): Use %I64i intsead of %lli on Windows.
    * platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:
    (WebCore::MediaPlayerPrivate::totalTimeChanged): Use %I64d intsead of %lld on Windows.
    * platform/sql/SQLiteDatabase.cpp:
    (WebCore::SQLiteDatabase::setMaximumSize): Use %I64i intsead of %lli on Windows.
    * storage/DatabaseTracker.cpp:
    (WebCore::DatabaseTracker::setQuota): Use %I64u intsead of %llu on Windows.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65427 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ed7d56b7