Suppress compiler fall-through warnings
This commit is contained in:
parent
435140a0ac
commit
31fb2e58a1
|
@ -7531,6 +7531,7 @@ while (*cc != XCL_END)
|
|||
break;
|
||||
}
|
||||
compares++;
|
||||
/* Fall through */
|
||||
|
||||
case PT_SC:
|
||||
unicode_status |= XCLASS_HAS_SCRIPT;
|
||||
|
@ -7693,6 +7694,7 @@ if (unicode_status & XCLASS_NEEDS_UCD)
|
|||
case PT_SCX:
|
||||
if (cc[-1] == XCL_NOTPROP)
|
||||
break;
|
||||
/* Fall through */
|
||||
|
||||
case PT_SC:
|
||||
compares--;
|
||||
|
|
Loading…
Reference in New Issue