mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
gtkmenuitem: Silence a compiler warning
This commit is contained in:
parent
5df87d06d4
commit
a9614a39a4
@ -870,7 +870,7 @@ gtk_menu_item_real_get_height (GtkWidget *widget,
|
|||||||
GtkPackDirection pack_dir;
|
GtkPackDirection pack_dir;
|
||||||
GtkPackDirection child_pack_dir;
|
GtkPackDirection child_pack_dir;
|
||||||
gint min_height, nat_height;
|
gint min_height, nat_height;
|
||||||
gint avail_size;
|
gint avail_size = 0;
|
||||||
|
|
||||||
min_height = nat_height = 0;
|
min_height = nat_height = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user