summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-08 15:53:10 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-06-08 15:53:10 +0000
commit5423136a6407bfb5654234a8a3dcd4a46b4b1201 (patch)
tree8de67c63f9e607c6eb673c4abd1400746d5bfc09 /tests
parent4c44845a850b935b28ce7b8665356223a32224fd (diff)
parent0b3cd20be5249c51ec981a66c07a39d54d1d1c9d (diff)
downloadpango-5423136a6407bfb5654234a8a3dcd4a46b4b1201.tar.gz
Merge branch 'master' into 'master'
Replace fallthrough comments with G_GNUC_FALLTHROUGH See merge request GNOME/pango!177
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;