mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix reversion in fea497ac
causing fatal 'variable not used' message
This commit is contained in:
parent
de0069171a
commit
f423ef4967
@ -818,9 +818,11 @@ QStringList getDriveList()
|
|||||||
#define VFAT "vfat"
|
#define VFAT "vfat"
|
||||||
#elif defined(Q_OS_WIN)
|
#elif defined(Q_OS_WIN)
|
||||||
#define VFAT "FAT32"
|
#define VFAT "FAT32"
|
||||||
|
Q_UNUSED(crostini_detected)
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
#define VFAT "msdos"
|
#define VFAT "msdos"
|
||||||
#endif
|
Q_UNUSED(crostini_detected)
|
||||||
|
#endif
|
||||||
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
||||||
if (storage.isValid() && storage.isReady()) {
|
if (storage.isValid() && storage.isReady()) {
|
||||||
#ifdef DEBUG_SDCARD
|
#ifdef DEBUG_SDCARD
|
||||||
|
Loading…
Reference in New Issue
Block a user