mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
Revert "[[fallthrough]]" -> "fall through" to avoid gcc warning
This commit is contained in:
@@ -340,7 +340,7 @@ static int Columns2Rows(const CharacterSetTable T[], const int dataLength, int *
|
|||||||
switch (emptyColumns) {
|
switch (emptyColumns) {
|
||||||
case 1:
|
case 1:
|
||||||
pSet[charCur - 1] |= CFill;
|
pSet[charCur - 1] |= CFill;
|
||||||
/* [[fallthrough]] */
|
/* fall through */
|
||||||
case 0:
|
case 0:
|
||||||
++rowsCur;
|
++rowsCur;
|
||||||
fillings = useColumns - 2 + emptyColumns;
|
fillings = useColumns - 2 + emptyColumns;
|
||||||
|
|||||||
Reference in New Issue
Block a user