arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
395 stars 111 forks source link

Fix more signed/unsigned warnings. #17

Closed TheQuantumPhysicist closed 6 years ago

TheQuantumPhysicist commented 6 years ago

Fix more signed/unsigned warnings.

arun11299 commented 6 years ago

Thanks @TheQuantumPhysicist

Can you tell me which compiler and platform are you using to build ? Clang (version 5) on Mac did not report these warnings for me.

TheQuantumPhysicist commented 6 years ago

Here's my compiler info:

gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)

Cheers!