ReneNyffenegger / cpp-base64

base64 encoding and decoding with c++
Other
891 stars 311 forks source link

Fix compiler warnings about possible data loss #6

Closed webbnh closed 5 years ago

webbnh commented 6 years ago

Greetings,

Thanks for making cpp-base64 available! It's been handy to have on Linux. However, I'm trying to redeploy on Windows, the MSVC compiler objects to a couple of nits.

I've addressed them in this pull request.

Thanks!

Webb

r-barnes commented 5 years ago

I had the same issue and this solution looks good to me.