Add Q_FALLTHROUGH
Change-Id: I14efe4dbffb5808f3f9b763f7dae38301a1f6e5c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
5772cac426
commit
e53a57d254
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user