honghaoz / Ji

Ji (戟) is an XML/HTML parser for Swift
MIT License
824 stars 64 forks source link

Remove deprecated C-style for loops, replace with while loops #31

Closed nerosnm closed 8 years ago

nerosnm commented 8 years ago

I noticed that I was receiving warnings about deprecated C-style for loops when building Ji, so I've replaced them with while loops.

honghaoz commented 8 years ago

👍 nice work! thanks @sorenmortensen