1
0
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:
Chocobo1 2015-11-09 16:11:58 +08:00
parent a6d2f5186f
commit fadb208299

View File

@ -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)