Resolve [-Wwrite-strings]

This commit is contained in:
Minty-Meeo 2023-03-23 11:17:49 -05:00 committed by get
parent d9a49c68d9
commit 3282082599
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ int main(int argc, char* argv[])
// code, which makes mouse inputs work again.
// For more information: https://bugs.dolphin-emu.org/issues/12913
#if (QT_VERSION >= QT_VERSION_CHECK(6, 3, 0))
putenv("QT_XCB_NO_XI2=1");
setenv("QT_XCB_NO_XI2", "1", true);
#endif
#endif