summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2020-04-14 16:31:58 +0200
committerTimm Bäder <tbaeder@redhat.com>2020-04-14 16:33:57 +0200
commit0b3cd20be5249c51ec981a66c07a39d54d1d1c9d (patch)
tree2d478ecc79f3c0e91f5421f6bfc995f066018213 /tests
parent3981fff79b368ab007cb1e977741a7fd7bb96821 (diff)
downloadpango-0b3cd20be5249c51ec981a66c07a39d54d1d1c9d.tar.gz
Replace fallthrough comments with G_GNUC_FALLTHROUGH
Diffstat (limited to 'tests')
-rw-r--r--tests/testboundaries_ucd.c2
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;