[Webkit-unassigned] [Bug 43359] New: [Qt] Fix warnings: unknown conversion type character 'l' in format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 09:33:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43359

           Summary: [Qt] Fix warnings: unknown conversion type character
                    'l' in format
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 43191


Build QtWebKit on Windows with MinGW, there are some "warning: unknown conversion type character 'l' in format":

..\..\..\JavaScriptCore\wtf\text\WTFString.cpp:404:36: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\wtf\text\WTFString.cpp:404:36: warning: too many arguments for format

..\..\..\JavaScriptCore\wtf\text\WTFString.cpp:413:36: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\wtf\text\WTFString.cpp:413:36: warning: too many arguments for format

..\..\..\WebCore\loader\FTPDirectoryParser.cpp:191:47: warning: unknown conversion type character 'l' in format
..\..\..\WebCore\loader\FTPDirectoryParser.cpp:191:47: warning: too many arguments for format

..\..\..\WebCore\platform\sql\SQLiteFileSystem.cpp:76:84: warning: unknown conversion type character 'l' in format
..\..\..\WebCore\platform\sql\SQLiteFileSystem.cpp:76:84: warning: too many arguments for format

..\..\..\WebCore\platform\sql\SQLiteFileSystem.cpp:79:44: warning: unknown conversion type character 'l' in format
..\..\..\WebCore\platform\sql\SQLiteFileSystem.cpp:79:44: warning: too many arguments for format

We should use SCN... and PRI... macros from inttypes.h to avoid using %lli, %llu, ...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list