ReneNyffenegger / cpp-base64

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

Fixing implicit cast warnings #18

Closed mynameisjohn closed 4 years ago

mynameisjohn commented 4 years ago

I've fixed a few warnings about going to/from size_t and char. There are other ways of handling these - our goal with the fork was to quiet warnings during build.

mynameisjohn commented 4 years ago

@sgretscher I've rebased our cpp-base64 with warning fixes on top of the original origin/master. Let me know if you agree with the local changes - if so we can mark as Ready for review.

ReneNyffenegger commented 4 years ago

I have merged the PR and updated the relase number. Thanks for your contribution.