You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, latest build of Clang Static Analyser (2.5.3) being called as external binary from within Xcode 3.2.5; with all warnings turned on, it flags this as a possible issue.
In SBJsonStreamParser.m line 123 you have a method argument 'data', which is clashing with a similarly named local variable defined on line 226.
The text was updated successfully, but these errors were encountered: