Suppress compiler fall-through warnings

This commit is contained in:
Philip Hazel 2022-01-03 15:57:48 +00:00
parent 435140a0ac
commit 31fb2e58a1
1 changed files with 2 additions and 0 deletions

View File

@ -7531,6 +7531,7 @@ while (*cc != XCL_END)
break; break;
} }
compares++; compares++;
/* Fall through */
case PT_SC: case PT_SC:
unicode_status |= XCLASS_HAS_SCRIPT; unicode_status |= XCLASS_HAS_SCRIPT;
@ -7693,6 +7694,7 @@ if (unicode_status & XCLASS_NEEDS_UCD)
case PT_SCX: case PT_SCX:
if (cc[-1] == XCL_NOTPROP) if (cc[-1] == XCL_NOTPROP)
break; break;
/* Fall through */
case PT_SC: case PT_SC:
compares--; compares--;