Bug 40015 - Fix type qualifier is meaningless on cast type in SVGFEColorMatrixElement::build
Summary: Fix type qualifier is meaningless on cast type in SVGFEColorMatrixElement::build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 11:54 PDT by Laszlo Gombos
Modified: 2010-06-02 02:50 PDT (History)
5 users (show)

See Also:


Attachments
proposed patch (1.31 KB, patch)
2010-06-01 11:56 PDT, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2010-06-01 11:54:02 PDT
"\webkit\WebCore\svg\svgfecolormatrixelement.cpp", line 92: Warning:  #191-D: type qualifier is meaningless on cast type
      const ColorMatrixType filterType(static_cast<const ColorMatrixType>(type()));
                                                   ^
\webkit\WebCore\svg\svgfecolormatrixelement.cpp: 1 warning, 0 errors

Introduced in r56355.
Comment 1 Laszlo Gombos 2010-06-01 11:56:49 PDT
Created attachment 57575 [details]
proposed patch
Comment 2 WebKit Commit Bot 2010-06-02 01:04:23 PDT
Comment on attachment 57575 [details]
proposed patch

Clearing flags on attachment: 57575

Committed r60544: <http://trac.webkit.org/changeset/60544>
Comment 3 WebKit Commit Bot 2010-06-02 01:04:28 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Csaba Osztrogonác 2010-06-02 02:50:19 PDT
(In reply to comment #4)
> http://trac.webkit.org/changeset/60544 might have broken Qt Linux Release
> The following changes are on the blame list:
> http://trac.webkit.org/changeset/60544
> http://trac.webkit.org/changeset/60545
> http://trac.webkit.org/changeset/60546
> http://trac.webkit.org/changeset/60547
> http://trac.webkit.org/changeset/60543

This patch is innocent, another one is the culprit, sorry for the SPAM.