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
fmt/include/fmt/format-inl.h
Lines 1146 to 1147 in 0f42c17
In the spdlog project (see issue gabime/spdlog#2607) I got the warning messages:
...\deps\spdlog\include\spdlog\fmt\bundled\format-inl.h(1154): warning C4307: '*': integral constant overflow ...\deps\spdlog\include\spdlog\fmt\bundled\format-inl.h(1186): warning C4307: '*': integral constant overflow ...\deps\spdlog\include\spdlog\fmt\bundled\format-inl.h(1207): warning C4307: '*': integral constant overflow
and I was referred to this project. Line numbers are a little bit different (probably a slightly other version)
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of this: #3163
Sorry, something went wrong.
It is a duplicate, but it is quite annoying, so it would be good when in fmtlib the code was modified (e.g. a cast) so that the warning disappears.
This is an MSVC bug which is worked around in a2c05a1.
No branches or pull requests
fmt/include/fmt/format-inl.h
Lines 1146 to 1147 in 0f42c17
In the spdlog project (see issue gabime/spdlog#2607) I got the warning messages:
and I was referred to this project.
Line numbers are a little bit different (probably a slightly other version)
The text was updated successfully, but these errors were encountered: