Per buildfarm. See commit
41c912cad for precedent.
break;
case jpiFilter:
argNestingLevel++;
- /* fall through */
+ /* FALLTHROUGH */
case jpiIsUnknown:
case jpiNot:
case jpiPlus:
{
case 3:
appendStringInfoCharMacro(buf, 0);
+ /* FALLTHROUGH */
case 2:
appendStringInfoCharMacro(buf, 0);
+ /* FALLTHROUGH */
case 1:
appendStringInfoCharMacro(buf, 0);
+ /* FALLTHROUGH */
default:
break;
}
case jpiString:
case jpiVariable:
read_int32(v->content.value.datalen, base, pos);
- /* follow next */
+ /* FALLTHROUGH */
case jpiNumeric:
case jpiBool:
v->content.value.data = base + pos;