mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
GUI: Fix Enumeral vs. Non-Enumeral In Conditional GCC Warning.
This commit is contained in:
parent
8e3f2856f8
commit
55d761a56a
@ -2166,7 +2166,7 @@ void GlobalOptionsDialog::reflowLayout() {
|
||||
void GlobalOptionsDialog::setupCloudTab() {
|
||||
int serverLabelPosition = -1; //no override
|
||||
#ifdef USE_LIBCURL
|
||||
_selectedStorageIndex = (_storagePopUp ? _storagePopUp->getSelectedTag() : Cloud::kStorageNoneId);
|
||||
_selectedStorageIndex = (_storagePopUp ? _storagePopUp->getSelectedTag() : (uint32) Cloud::kStorageNoneId);
|
||||
|
||||
if (_storagePopUpDesc) _storagePopUpDesc->setVisible(true);
|
||||
if (_storagePopUp) _storagePopUp->setVisible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user