We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings on Windows 2022 builds: 'return': conversion from '__int64' to 'uint32_t', possible loss of data https://github.com/sony/nmos-cpp/actions/runs/7818489184/job/21331360782#step:21:96
'return': conversion from '__int64' to 'uint32_t', possible loss of data
The text was updated successfully, but these errors were encountered:
Also Windows 2019
Sorry, something went wrong.
Warning fixed by Thalhammer/jwt-cpp@364a557 in upstream master but not included in a release yet.
Other thing to check is whether jwt-cpp should be represented by add_library(INTERFACE) since it is header-only. For reference, see https://github.com/Thalhammer/jwt-cpp/blob/364a5572f4b46bb9f4304cb1c92acec8ddb2c620/CMakeLists.txt#L91
add_library(INTERFACE)
No branches or pull requests
Warnings on Windows 2022 builds:
'return': conversion from '__int64' to 'uint32_t', possible loss of data
https://github.com/sony/nmos-cpp/actions/runs/7818489184/job/21331360782#step:21:96
The text was updated successfully, but these errors were encountered: