Add Q_FALLTHROUGH

Change-Id: I14efe4dbffb5808f3f9b763f7dae38301a1f6e5c
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Berthold Krevert 2017-07-06 22:27:42 +02:00
parent 5772cac426
commit e53a57d254

View File

@ -544,6 +544,7 @@ static char* readArrayBuffer(QList<QVariant>& list, char *buffer, short curDim,
case blr_varying:
case blr_varying2:
strLen += 2; // for the two terminating null values
Q_FALLTHROUGH();
case blr_text:
case blr_text2: {
int o;