Skip to content
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

[Win/VS] There probably is a fatal error #2

Open
William-Mou opened this issue Dec 13, 2019 · 0 comments
Open

[Win/VS] There probably is a fatal error #2

William-Mou opened this issue Dec 13, 2019 · 0 comments

Comments

@William-Mou
Copy link

William-Mou commented Dec 13, 2019

OS : Windows 10 1909
IDE : Visual Studio 2019 

Hello, here is a warning :

which will cause fatal error :

And I found that we could fix it with one line:

#pragma warning(disable:<error_code>)

#pragma warning(disable:4996)

I hope it will help someone~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant