robbiehanson / KissXML

A replacement for Cocoa's NSXML cluster of classes. Based on libxml. Works on iOS.
Other
861 stars 332 forks source link

DDXMLElement elementsForLocalName:URI variable shadowing #10

Open bazineta opened 12 years ago

bazineta commented 12 years ago

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.

ewanmellor commented 11 years ago

This is fixed by #26.