Best is just to submit a patch.
GCC on the Mac is probably just a bit more flexible for whatever
reason. Make sure you're running at least gcc 4.0.
-eric
On Mar 25, 2006, at 6:23 AM, Mike Emmel 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
_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev