mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Fix compile warning:
warning: enumeration value 'Unknown' not handled in switch [-Wswitch]
This commit is contained in:
@@ -392,6 +392,8 @@ QVariant GeoIPDatabase::readDataField(quint32 &offset) const
|
|||||||
else
|
else
|
||||||
qDebug() << "* Invalid field size for type: Float";
|
qDebug() << "* Invalid field size for type: Float";
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
qDebug() << "* Unsupported data type: Unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!usePointer)
|
if (!usePointer)
|
||||||
|
|||||||
Reference in New Issue
Block a user