[Webkit-unassigned] [Bug 27952] New: cssgrammar.cpp fails to compile with RVCT compiler
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 3 13:53:39 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27952
Summary: cssgrammar.cpp fails to compile with RVCT compiler
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laszlo.1.gombos at nokia.com
The error message is the following:
armcc [...] cssgrammar.cpp
"css\CSSGrammar.y", line 743: Error: #171: invalid type conversion
if (equalIgnoringCase(static_cast<const String&>(str), "from"))
^
"css\CSSGrammar.y", line 745: Error: #171: invalid type conversion
else if (equalIgnoringCase(static_cast<const String&>(str), "to"))
^
cssgrammar.cpp: 0 warnings, 2 errors
Few notes:
- cssgrammar.cpp is a generated file from CSSGrammar.y.
- CSSParserString (the type for str above) offers a cast operator to String
but RVCT does not seems to be able to understand it.
--
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