diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-10 10:29:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-10 10:36:05 -0400 |
commit | 2926528b5b8044591c9307e280eff3ae6bec48d5 (patch) | |
tree | 61ab9a0ee2192253477db1586c4cc00bd84424f7 /tests/test-layout.c | |
parent | 77c1ca128bcf384cc8de77505e3733794f37e7cc (diff) | |
download | pango-2926528b5b8044591c9307e280eff3ae6bec48d5.tar.gz |
Quiet another compiler warning
Diffstat (limited to 'tests/test-layout.c')
-rw-r--r-- | tests/test-layout.c | 2 |
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; |