fixed gcc warnings 'enumeration value not handled'
This commit is contained in:
parent
6139a271e0
commit
7082363b4b
|
|
@ -472,6 +472,7 @@ void QAMQP::Frame::writeField( QDataStream &s, const QVariant & value )
|
||||||
case QVariant::List:
|
case QVariant::List:
|
||||||
type = 'A';
|
type = 'A';
|
||||||
break;
|
break;
|
||||||
|
default:;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(type)
|
if(type)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue