Fix reversion in fea497ac causing fatal 'variable not used' message

This commit is contained in:
Guy Scharf 2020-09-09 18:27:58 -07:00
parent de0069171a
commit f423ef4967

View File

@ -818,8 +818,10 @@ QStringList getDriveList()
#define VFAT "vfat"
#elif defined(Q_OS_WIN)
#define VFAT "FAT32"
Q_UNUSED(crostini_detected)
#elif defined(Q_OS_MAC)
#define VFAT "msdos"
Q_UNUSED(crostini_detected)
#endif
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
if (storage.isValid() && storage.isReady()) {