nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

fixed implicit conversion warnings #189

Closed progrmr closed 9 years ago

progrmr commented 9 years ago

type mismatch caused implicit conversion warnings on 64-bit devices changed types to match what is needed for return value, etc.