-
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
C4910 warning treated as error VS 2019 #1712
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting
format.h(762,44):error C2220: the following warning is treated as an error format.h(762,44): warning C4910: 'fmt::v6::detail::basic_data<void>': '__declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation
when trying to compile fmt via cmake.
No special options are set.
The text was updated successfully, but these errors were encountered: