-
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
C2220: the following warning is treated as an error #4114
Comments
|
So, are you suggesting replacing my existing
|
I got a temporary solution; mention it here as a future reference. Replace
|
Falcor defines its own |
I recommend reporting an issue to Falcor. |
Hi! I am using Visual Studio 2022 (x64: windows), to build Falcor SDK, that as fmt library as external.
While I am building the SDK as
Debug
, it is returning the above error: C2220: the following warning is treated as an error. The error shows toformat.h
line 559: template using checked_ptr = stdext::checked_array_iterator<T*>The
release
build is working fine. I tried to lower the vS warning level to W3, disableTreat Warnings As Errors
, also tried with the latestclone
replacing the existing library. but it is no use. Any suggestion?The text was updated successfully, but these errors were encountered: