summaryrefslogtreecommitdiff
path: root/tests/testattributes.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-22 02:01:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 02:36:48 -0400
commitc47c61012687f9e24826c17ffec8eafbe0a2e68c (patch)
tree3d76a550a6d3c9bfed4d61e59f727aa59095cc1b /tests/testattributes.c
parent9e8e4c7cd291bca8a28a18611cc0111a123291a6 (diff)
downloadpango-c47c61012687f9e24826c17ffec8eafbe0a2e68c.tar.gz
tests: Silence compiler warnings
Diffstat (limited to 'tests/testattributes.c')
-rw-r--r--tests/testattributes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index 13cf6810..f950a204 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -157,6 +157,7 @@ test_binding (PangoAttribute *attr)
case FONT_FEATURES:
g_assert_nonnull (pango_attribute_as_font_features (attr));
break;
+ case INVALID:
default:
g_assert_not_reached ();
}