diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-04-05 21:10:37 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-04-08 18:50:07 +0100 |
commit | 3a1abb555b844c79a80615727b11019403767ce7 (patch) | |
tree | dfe5f3aec42052316af4642bc095c70f6bfdab0e /application/pages/instance | |
parent | e5804b1279cd0588d9434f298675ccd89fe21fc8 (diff) | |
download | PrismLauncher-3a1abb555b844c79a80615727b11019403767ce7.tar.gz PrismLauncher-3a1abb555b844c79a80615727b11019403767ce7.tar.bz2 PrismLauncher-3a1abb555b844c79a80615727b11019403767ce7.zip |
GH-3575 Fix build on Fedora 34
Presumably this is caused by the bump to GCC 11 in Fedora 34. See
the error that did occur below...
./MultiMC5/application/KonamiCode.cpp: In member function ‘void KonamiCode::input(QEvent*)’:
./MultiMC5/application/KonamiCode.cpp:38:23: error: comparison of integer expressions of different signedness: ‘int’ and ‘std::array<Qt::Key, 10>::size_type’ {aka ‘long unsigned int’} [-Werror=sign-compare]
38 | if(m_progress == konamiCode.size())
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'application/pages/instance')
0 files changed, 0 insertions, 0 deletions