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