Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
917 stars 243 forks source link

Fix compiler warning #331

Closed garethsb closed 9 months ago

garethsb commented 9 months ago

Visual Studio reports "'return': conversion from '__int64' to 'uint32_t', possible loss of data" because it is unable to grok that the answer can't be bigger than the size of the array

prince-chrismc commented 9 months ago

This is half of #278 ty 😊