twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

fix compiler warnings #38

Closed kilink closed 10 years ago

kilink commented 10 years ago

This PR fixes 2 compiler warnings about implicit conversions from NSUInteger to uint32_t.

jpinner commented 10 years ago

Thanks for the pull request!

This has been fixed in a separate commit and will be included in the v1.0.1 release.