This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to check that selectors exist



On Wednesday, August 7, 2002, at 01:01 AM, Nicola Pero wrote:


So: -Wselector would perform checks on the whole selectors table at the
end of compilation, while -Wundeclared-selector would check, when a
@selector() is found, that is has been already declared (and only with a
single signature).
Would that be a reasonable agreement for you ? If so, I'm happy with your
change going in, and I'll try to implement a -Wundeclared-selector and
submit a patch. :-)

Sounds like a plan. I will put my change in today evening.

Any suggestion/comment about my other "Protocol warning" patch ?

Thank you,
-Devang

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]