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

Avoid MSVC warnings about standard-library facilities #491

Closed
eyalroz opened this issue Apr 15, 2023 · 0 comments
Closed

Avoid MSVC warnings about standard-library facilities #491

eyalroz opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels
ms-windows Related to the Microsoft Windows operating system task

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 15, 2023

MSVC is spewing some warnings/errors about different bits of the standard library, e.g. <experimental/filesystem> in C++14 and std::strerror(). Let's suppress those.

@eyalroz eyalroz added task ms-windows Related to the Microsoft Windows operating system labels Apr 15, 2023
@eyalroz eyalroz self-assigned this Apr 15, 2023
@eyalroz eyalroz closed this as completed Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ms-windows Related to the Microsoft Windows operating system task
Projects
None yet
Development

No branches or pull requests

1 participant