mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Resolve [-Wwrite-strings]
This commit is contained in:
@ -143,7 +143,7 @@ int main(int argc, char* argv[])
|
|||||||
// code, which makes mouse inputs work again.
|
// code, which makes mouse inputs work again.
|
||||||
// For more information: https://bugs.dolphin-emu.org/issues/12913
|
// For more information: https://bugs.dolphin-emu.org/issues/12913
|
||||||
#if (QT_VERSION >= QT_VERSION_CHECK(6, 3, 0))
|
#if (QT_VERSION >= QT_VERSION_CHECK(6, 3, 0))
|
||||||
putenv("QT_XCB_NO_XI2=1");
|
setenv("QT_XCB_NO_XI2", "1", true);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user