nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 161 forks source link

Fix build warning "Sending 'const NSString *' to parameter of type 'N… #281

Closed lapcat closed 7 years ago

lapcat commented 7 years ago

…SErrorUserInfoKey _Nonnull' (aka 'NSString *') discards qualifiers".

The pointer should be a const, not the opaque struct.