Created attachment 11540
Minimal repro
I've found that strict selector matching (-Wselector) behaves differently with
@required and @optional protocol methods.
The minimal repro file shows this difference.
I would prefer -Wselector to not warn in either case. This affects my project
because I want the benefit of selector matching without triggering false
positive warnings when using required protocols.
related to http://llvm.org/bugs/show_bug.cgi?id=11960
required_protocol_wselector_bug.m
(1275 bytes, application/octet-stream)