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

CMake: Add -D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING #8993

Merged
merged 1 commit into from Jul 31, 2020

Conversation

JosJuice
Copy link
Member

The CMake Windows build was broken because of me adding a usage of std::codecvt_utf8_utf16 to StringUtil.cpp. Kinda silly to have a warning for an API with no standard replacement available...

The CMake Windows build was broken because of me adding a usage
of std::codecvt_utf8_utf16 to StringUtil.cpp. Kinda silly to have
a warning for an API with no standard replacement available...
@lioncash lioncash merged commit e6450de into dolphin-emu:master Jul 31, 2020
10 checks passed
@JosJuice JosJuice deleted the silence-cxx17-codecvt branch July 31, 2020 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants