diff options
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r-- | tests/testboundaries_ucd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c index ee5617bc..f77abdcd 100644 --- a/tests/testboundaries_ucd.c +++ b/tests/testboundaries_ucd.c @@ -104,7 +104,7 @@ parse_line (gchar *line, { case 0x00f7: /* DIVISION SIGN: boundary here */ temp_attr.bits |= bits.bits; - /* fall through */ + G_GNUC_FALLTHROUGH; case 0x00d7: /* MULTIPLICATION SIGN: no boundary here */ break; |