[Webkit-unassigned] [Bug 42965] CSS: Add fast-path for rgba() color parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 04:22:27 PDT 2010


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





--- Comment #8 from Andreas Kling <andreas.kling at nokia.com>  2010-08-02 04:22:26 PST ---
(In reply to comment #7)
> Attachment 63183 [details] did not build on mac:
> Build output: http://queues.webkit.org/results/3619464

/Users/eseidel/Projects/MacEWS/WebCore/css/CSSParser.cpp: In static member function 'static bool WebCore::CSSParser::parseColor(const WebCore::String&, WebCore::RGBA32&, bool)':
/Users/eseidel/Projects/MacEWS/WebCore/css/CSSParser.cpp:3811: warning: 'alpha' may be used uninitialized in this function

False alarm AFAICS. I can jam a "value = 0;" at the start of parseAlphaValue() to silence it if desired.

-- 
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