-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyteam-windowsOwned by the Windows platform teamOwned by the Windows platform teamtriaged-windowsTriaged by the Windows platform teamTriaged by the Windows platform team
Description
This disables a warning that codecvt_utf8 is deprecated in C++17. This is an issue on Windows. Instead, we should use MultiByteToWideChar() and WideCharToMultiByte(). See notes on this StackOverflow post: How do you properly use WideCharToMultiByte.
We currently define this in:
- fml/BUILD.gn
- shell/platform/common/BUILD.gn (fixed)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyteam-windowsOwned by the Windows platform teamOwned by the Windows platform teamtriaged-windowsTriaged by the Windows platform teamTriaged by the Windows platform team