| In XCode you can turn off "Warn About Deprecated Functions" (= -Wno-deprecated-declarations), but this doesn't help if you're using the deprecated attribute in your own code (as we do).
Jerry On 6 Jun 2006, at 13:55, chris clepper wrote: I'm not worried about the fact that those calls are 'deprecated', but I would love to find out a way to shut up the childish warnings thrown by GCC 4. I end up with hundreds of warnings building a project and have to wade through the meaningless Quickdraw warnings to find useful messages.
cgc
On 6/6/06, Jerry <email@hidden> wrote: On 5 Jun 2006, at 17:38, Jeff Szuhay wrote:
> On Jun 5, 2006, at 12:27 PM, David Cairns wrote: >> I'm currently still using GWorlds and Rects, which Xcode warns me >> have >> become deprecated. > > Look for QTNewGWorld and/or QTGWorldFromPixMap. These are the non- > deprecated > calls for what you need.
But once you have one of these, there's no non-deprecated way to dispose of it :-(
Jerry
_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-API mailing list (email@hidden ) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-api/email@hidden This email sent to email@hidden
_______________________________________________ Do not post admin requests to the list. They will be ignored. Help/Unsubscribe/Update your Subscription:
|