[Webkit-unassigned] [Bug 43359] [Qt] Fix warnings: unknown conversion type character 'l' in format
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 23 09:13:53 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43359
Csaba Osztrogonac <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
AssignedTo|webkit-unassigned at lists.web |ossy at webkit.org
|kit.org |
--- Comment #12 from Csaba Osztrogonac <ossy at webkit.org> 2010-09-23 09:13:53 PST ---
Reopen, because there are more 5 warnings in JavaScriptCore\interpreter\Interpreter.cpp revealed by enabling JSVALUE32_64 on Windows:
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:426: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:426: warning: too many arguments for format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:438: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:438: warning: too many arguments for format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:447: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:447: warning: too many arguments for format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:470: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:470: warning: too many arguments for format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:485: warning: unknown conversion type character 'l' in format
..\..\..\JavaScriptCore\interpreter\Interpreter.cpp:485: warning: too many arguments for format
Fix is coming soon.
--
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