compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-03-23 03:45:09 +02:00
parent 9b7689985c
commit ca6b53bace

View file

@ -938,7 +938,9 @@ static const struct MIBTblData {
};
static const qint16 MIBTblSize = sizeof(MIBTbl) / sizeof(MIBTblData);
#ifndef QT_NO_TEXTCODEC
static const UChar nullchar[2] = { 0x5c, 0x30 };
#endif
static const UChar questionmarkchar[1] = { 0x3f };
static QByteArray localecodec;