darshb / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Treating _cmd SEL as c string highlighted as warning by clang #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling with clang highlights treating the _cmd selector as a c string. That 
is a nicety; the Apple-approved way is to use NSStringFromSelector to get a 
string.

The attached patch fixes the warning.

Original issue reported on code.google.com by james.ab...@gmail.com on 1 Jul 2010 at 12:00

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gregrobbins on 1 Jul 2010 at 9:11

GoogleCodeExporter commented 9 years ago
Fixed. Thanks for pointing it out.

http://code.google.com/p/gdata-objectivec-client/source/detail?r=544

Original comment by gregrobbins on 1 Jul 2010 at 10:22