avoid pointless gcc11 stringop-overflow warnings

This commit is contained in:
Uwe 2022-06-28 09:20:22 +02:00
parent 44e264d472
commit 6cbc0595e1

View File

@ -39,12 +39,12 @@ class QskLayoutChain
metrics.setMetric( which, size );
}
QskLayoutMetrics metrics;
int stretch = 0;
bool canGrow = false;
bool isShrunk = false;
bool isValid = false;
QskLayoutMetrics metrics;
};
enum FillMode