summaryrefslogtreecommitdiff
path: root/tests/test-itemize.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-22 06:44:13 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 06:44:13 +0000
commite17cda32d6501b20cbc23cc8c274362736c2bcc8 (patch)
treee0f835f76aabb3e6f8ccdcb78c48d6bcaa44e6fd /tests/test-itemize.c
parent89f8a4e0631434131b8d7308a2c0b22c5bbda5c7 (diff)
parent68a10a221b661cf194086e57ca019364c6775b7f (diff)
downloadpango-e17cda32d6501b20cbc23cc8c274362736c2bcc8.tar.gz
Merge branch 'compiler-warnings' into 'main'
build: More compiler warnings See merge request GNOME/pango!428
Diffstat (limited to 'tests/test-itemize.c')
-rw-r--r--tests/test-itemize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-itemize.c b/tests/test-itemize.c
index 926eb3ae..105b453d 100644
--- a/tests/test-itemize.c
+++ b/tests/test-itemize.c
@@ -55,7 +55,7 @@ static gboolean
affects_itemization (PangoAttribute *attr,
gpointer data)
{
- switch (attr->klass->type)
+ switch ((int)attr->klass->type)
{
/* These affect font selection */
case PANGO_ATTR_LANGUAGE: