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
In the ARC branch, DDXMLElement elementsForLocalName:URI, the second declaration of the prefix variable within the else block shadows the first declaration.
Benign, but triggers a warning message when the 'Hidden Local Variables' warning is turned on.
The text was updated successfully, but these errors were encountered:
In the ARC branch, DDXMLElement elementsForLocalName:URI, the second declaration of the prefix variable within the else block shadows the first declaration.
Benign, but triggers a warning message when the 'Hidden Local Variables' warning is turned on.
The text was updated successfully, but these errors were encountered: