mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
Work around gcc stupidity
With -Wc++-compat, gcc warns about 'and' even in contexts where it poses absolutely no danger. https://bugzilla.gnome.org/show_bug.cgi?id=726136
This commit is contained in:
parent
63fe6de94d
commit
8d07911d73
@ -946,7 +946,8 @@ GDK_AVAILABLE_IN_ALL
|
||||
void gtk_widget_set_allocation (GtkWidget *widget,
|
||||
const GtkAllocation *allocation);
|
||||
|
||||
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width and gtk_widget_get_preferred_height)
|
||||
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height)
|
||||
|
||||
void gtk_widget_get_requisition (GtkWidget *widget,
|
||||
GtkRequisition *requisition);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user