Re: Enabling language-specific warnings in multi-language projects
Re: Enabling language-specific warnings in multi-language projects
- Subject: Re: Enabling language-specific warnings in multi-language projects
- From: Greg Guerin <email@hidden>
- Date: Mon, 24 Jul 2006 11:06:50 -0700
Sean McBride wrote:
>There's no "Other Objective-C Flags" is there? How about -Wprotocol and
>-Wundeclared-selector? Putting them in WARNING_CFLAGS or OTHER_CFLAGS
>gives me: "-Wprotocol is valid for ObjC/ObjC++ but not for C", putting
>them in OTHER_CPLUSPLUSFLAGS will miss .m files I assume.
>
>Any way to get these 2 in multi-language projects?
Define a custom rule?
A pattern for .m files that runs a custom script should work. You could
put any options you want directly the script, or write the script to use
shell-variables defined by Xcode settings.
See Xcode Help's section on Build Rules.
-- GG
_______________________________________________
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