summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-10 10:29:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-07-10 10:36:05 -0400
commit2926528b5b8044591c9307e280eff3ae6bec48d5 (patch)
tree61ab9a0ee2192253477db1586c4cc00bd84424f7
parent77c1ca128bcf384cc8de77505e3733794f37e7cc (diff)
downloadpango-2926528b5b8044591c9307e280eff3ae6bec48d5.tar.gz
Quiet another compiler warning
-rw-r--r--tests/test-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-layout.c b/tests/test-layout.c
index 2a57b042..ca9e5da5 100644
--- a/tests/test-layout.c
+++ b/tests/test-layout.c
@@ -363,7 +363,7 @@ test_file (const char *filename, GString *string)
char *p;
LayoutParams params;
PangoFontDescription *desc;
- PangoFontDescription *desc2;
+ const PangoFontDescription *desc2;
guint serial;
PangoRectangle ink_rect, logical_rect;
PangoRectangle ink_rect1, logical_rect1;