[webkit-dev] Re: Small errors

Mike Emmel mike.emmel at gmail.com
Sat Mar 25 08:46:38 PST 2006


Its amazing I make a comment then poof the problem is gone.

Wow.

On 3/25/06, Mike Emmel <mike.emmel at gmail.com> wrote:
> Also this one is a bit irritating
>
> ./khtml/ecma/JSXSLTProcessor.cpp
> ./khtml/xsl/JSXSLTProcessor.cpp
>
>
>
>
> On 3/25/06, Mike Emmel <mike.emmel at gmail.com> wrote:
> > Hi for some reason on Linux I'm picking up a lot of small errors that
> > I assume are not showing on the Mac version of gcc.
> >
> > For example
> >
> >
> > Index: Brush.h
> > ===================================================================
> > --- Brush.h     (revision 13479)
> > +++ Brush.h     (working copy)
> > @@ -37,7 +37,7 @@
> >          SolidPattern,
> >      };
> >
> > -    Brush::Brush(const Color &c = Color::black, BrushStyle style =
> > SolidPattern)
> > +    Brush(const Color &c = Color::black, BrushStyle style = SolidPattern)
> >          : brushColor(c), brushStyle(style) { }
> >
> >
> >
> > This errors with
> >
> > platform/Brush.h:40: error: extra qualification 'WebCore::Brush::' on
> > member 'Brush'
> >
> >
> > Would it be okay  to open some sort of continous bug where I could
> > post the small things
> > others are thing like warning and the end of a #ifdef etc.
> > Its nothing major but it would be nice to just submit little stuff
> > like this to and ongoing but if thats okay.
> >
> > Mike
> >
>



More information about the webkit-dev mailing list