Re: struct "declared with greater visibility than the type of its field" warning
Re: struct "declared with greater visibility than the type of its field" warning
- Subject: Re: struct "declared with greater visibility than the type of its field" warning
- From: Jens Alfke <email@hidden>
- Date: Tue, 27 Oct 2009 10:12:06 -0700
On Oct 27, 2009, at 8:48 AM, Alastair Houghton wrote:
That said, these classes don't have any virtual functions, right?
Nope. Both are really just plain C structs with no methods at all.
Does one of the projects have RTTI turned on and the other one have
it turned off, by any chance?
Neither project uses RTTI; it adds too much code bloat.
I've just looked at the build settings, and the relevant difference
seems to be that Chrome uses -fvisibility=hidden (aka "Symbols Hidden
by Default"), while regular WebKit/Safari only uses -fvisibility-
inlines-hidden.
—Jens _______________________________________________
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