KissXML icon indicating copy to clipboard operation
KissXML copied to clipboard

DDXMLElement elementsForLocalName:URI variable shadowing

Open bazineta opened this issue 13 years ago • 1 comments

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.

bazineta avatar Dec 29 '11 16:12 bazineta

This is fixed by #26.

ewanmellor avatar Apr 28 '13 16:04 ewanmellor