MacGapProject / MacGap2

MacGap 2
MIT License
1.2k stars 84 forks source link

disabled 'undeclared selector' warnings #100

Closed bamwu closed 4 years ago

bamwu commented 4 years ago

this warning seems to forget about the 'if ( [object respondsTo:...] ) { [object performSelector:...]; }' pattern — which is used where the warning appears

jeff-h commented 4 years ago

Thanks!