gcc 4.2 generates error that was OK before
gcc 4.2 generates error that was OK before
- Subject: gcc 4.2 generates error that was OK before
- From: Steve Mills <email@hidden>
- Date: Tue, 22 Sep 2009 13:03:47 -0500
One of our 3rd party libs has these lines:
typedef void hsNewHandler_ReturnType;
typedef void hsNewHandler_ParamType;
static hsNewHandler_ReturnType hsGGlyphCacheHandler
(hsNewHandler_ParamType);
This generates these errors when using gcc 4.2 instead of 4.0:
error: '<anonymous>' has incomplete type
error: invalid use of 'hsNewHandler_ParamType'
What's wrong with this code?
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden