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

newest XCode throws warnings: This block declaration is not a prototype #288

Open HerrSteiner opened 6 years ago

HerrSteiner commented 6 years ago

Hi,

thanks for the STTwitter library. I got some warnings This block declaration is not a prototype for the library in a desktop project, I think it started with XCode 9.2. Most of them are easily to patch by applying the void in the empty declaration but some are not so easy to fix. I could provide my humble corrections in a pull request...