You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My OS is Windows and I'm using the latest version (0.5.0) that vcpkg provides. There was no warning on the previous version (0.4.0) but this version has. If I build x86 then there is no problem; however, If I build x64 (both Debug and Release) then it gives warnings below and it's really annoying:
"blabla\vcpkg\installed\x64-windows\include\jwt-cpp\jwt.h(441,1): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data"
The problem is in the 'convert_base64_der_to_pem' function's line:
My OS is Windows and I'm using the latest version (0.5.0) that vcpkg provides. There was no warning on the previous version (0.4.0) but this version has. If I build x86 then there is no problem; however, If I build x64 (both Debug and Release) then it gives warnings below and it's really annoying:
The problem is in the 'convert_base64_der_to_pem' function's line:
jwt-cpp/include/jwt-cpp/jwt.h
Line 441 in 4620bf4
The text was updated successfully, but these errors were encountered: