bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

Rename local variables to avoid shadowing those at higher scope #30

Closed kolpanic closed 9 years ago

kolpanic commented 9 years ago

In our project that uses BDBOAuth1Manager, I enabled the Xcode "Hidden Local Variables" warning (i.e., GCC_WARN_SHADOW), and these lines got flagged.

kolpanic commented 9 years ago

@bdbergeron Maybe that (and others) should be enabled in the demo project?