forked from AuroraMiddleware/gtk
Silence a compiler warning
This commit is contained in:
parent
f7dbdba267
commit
8f3e43326b
@ -693,6 +693,7 @@ _gtk_pango_move_lines (PangoLayout *layout,
|
||||
text = pango_layout_get_text (layout);
|
||||
index = g_utf8_offset_to_pointer (text, offset) - text;
|
||||
lines = pango_layout_get_lines (layout);
|
||||
line = NULL;
|
||||
|
||||
num = 0;
|
||||
for (l = lines; l; l = l->next)
|
||||
|
Loading…
Reference in New Issue
Block a user