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:
|
||||
type = 'A';
|
||||
break;
|
||||
default:;
|
||||
}
|
||||
|
||||
if(type)
|
||||
|
|
|
|||
Loading…
Reference in New Issue