-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
MSVC C4355 warning #1622
Comments
A PR is welcome but please make sure that the warning is fixed/suppressed locally. This can be done by hiding |
vitaut
added a commit
that referenced
this issue
Apr 11, 2020
vitaut
added a commit
that referenced
this issue
Apr 11, 2020
vitaut
added a commit
that referenced
this issue
Apr 11, 2020
Fixed in e30d839. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling
format.cc
or when usingfmt::format
inside other projects, MSVC reports a C4355 forfmt/include/fmt/format.h
Line 2143 in 3860edc
fmt/include/fmt/format.h
Line 2146 in 3860edc
examplary compiler output
For our own projects we treat this warning as error.
I would like to suppress the warning inside the format.h file and can prepare a pull request for the required change.
The text was updated successfully, but these errors were encountered: