INFO: Reading utils/go-marshalers.list...
INFO: Reading utils/go-marshalers.list...
graph/gog-guru.c: In function ‘graph_guru_set_page’:
graph/gog-guru.c:1059:39: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
1059 | GTK_STOCK_GO_FORWARD);
| ^~~~~~~~~~~~~~~~~~~~
graph/gog-guru.c:1067:47: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
1067 | GTK_STOCK_GO_BACK);
| ^~~~~~~~~~~~~~~~~
graph/gog-guru.c: In function ‘graph_guru_init_ok_button’:
graph/gog-guru.c:1139:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
1139 | gtk_button_set_label (button, GTK_STOCK_APPLY);
| ^~~~~~~~~~~~~~~~~~~~
graph/gog-guru.c:1140:17: warning: ‘gtk_button_set_use_stock’ is deprecated [-Wdeprecated-declarations]
1140 | gtk_button_set_use_stock (button, TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
from ../goffice/goffice.h:37,
from graph/gog-guru.c:24:
/usr/include/gtk-3.0/gtk/gtkbutton.h:133:23: note: declared here
133 | void gtk_button_set_use_stock (GtkButton *button,
| ^~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-guru.c:1142:17: warning: ‘gtk_button_set_use_stock’ is deprecated [-Wdeprecated-declarations]
1142 | gtk_button_set_use_stock (button, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkbutton.h:133:23: note: declared here
133 | void gtk_button_set_use_stock (GtkButton *button,
| ^~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-guru.c: In function ‘typesel_set_selection_color’:
graph/gog-guru.c:1161:9: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
1161 | gtk_style_context_get_background_color (style_context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
from /usr/include/gtk-3.0/gtk/gtk.h:127:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-guru.c: In function ‘graph_guru_type_selector_new’:
graph/gog-guru.c:1238:9: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations]
1238 | gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (gtk_builder_get_object (gui, "canvas-container")),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:187:
/usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:16: note: declared here
186 | void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
canvas/goc-widget.c: In function ‘goc_offscreen_box_realize’:
canvas/goc-widget.c:221:17: warning: ‘gdk_window_set_composited’ is deprecated [-Wdeprecated-declarations]
221 | gdk_window_set_composited (window, TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from ../goffice/goffice.h:37,
from canvas/goc-widget.c:23:
/usr/include/gtk-3.0/gdk/gdkwindow.h:637:6: note: declared here
637 | void gdk_window_set_composited (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
canvas/goc-widget.c:253:9: warning: ‘gtk_style_context_set_background’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
253 | gtk_style_context_set_background (context, window);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
from /usr/include/gtk-3.0/gtk/gtk.h:127:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1232:6: note: declared here
1232 | void gtk_style_context_set_background (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
canvas/goc-widget.c:254:9: warning: ‘gtk_style_context_set_background’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
254 | gtk_style_context_set_background (context, offscreen_box->offscreen_window);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1232:6: note: declared here
1232 | void gtk_style_context_set_background (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
goffice.c: In function ‘install_icons’:
goffice.c:131:9: warning: ‘gtk_icon_theme_add_builtin_icon’ is deprecated: Use 'gtk_icon_theme_add_resource_path' instead [-Wdeprecated-declarations]
131 | gtk_icon_theme_add_builtin_icon ("unknown_image",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:127,
from ../goffice/goffice.h:37,
from goffice.c:23:
/usr/include/gtk-3.0/gtk/gtkicontheme.h:275:15: note: declared here
275 | void gtk_icon_theme_add_builtin_icon (const gchar *icon_name,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-child-button.c: In function ‘gog_child_button_init’:
graph/gog-child-button.c:74:9: warning: ‘gtk_button_set_use_stock’ is deprecated [-Wdeprecated-declarations]
74 | gtk_button_set_use_stock (GTK_BUTTON (child_button->toggle_button), TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
from ../goffice/goffice.h:37,
from graph/gog-child-button.c:24:
/usr/include/gtk-3.0/gtk/gtkbutton.h:133:23: note: declared here
133 | void gtk_button_set_use_stock (GtkButton *button,
| ^~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-child-button.c: In function ‘gog_child_button_popup’:
graph/gog-child-button.c:294:9: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
294 | gtk_menu_popup (GTK_MENU (child_button->menu),
| ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
graph/gog-child-button.c: In function ‘cb_plot_family_menu_create’:
graph/gog-child-button.c:371:9: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
371 | menu = gtk_image_menu_item_new_with_label (_(family->name));
| ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here
80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-child-button.c:372:9: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
372 | gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-child-button.c:386:17: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
386 | w = gtk_image_menu_item_new_with_label (_(type->name));
| ^
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here
80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-child-button.c:387:17: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
387 | gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (w),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from app/go-conf.c:97:
app/go-conf-gsettings.c: In function ‘_go_conf_init’:
app/go-conf-gsettings.c:32:9: warning: ‘g_settings_list_schemas’ is deprecated: Use 'g_settings_schema_source_list_schemas' instead [-Wdeprecated-declarations]
32 | char const * const *schemas = g_settings_list_schemas ();
| ^~~~
In file included from /usr/include/glib-2.0/gio/gio.h:137,
from /usr/include/libgsf-1/gsf/gsf-input-gio.h:26,
from /usr/include/libgsf-1/gsf/gsf.h:70,
from ../goffice/goffice.h:26,
from app/go-conf.c:27:
/usr/include/glib-2.0/gio/gsettings.h:76:25: note: declared here
76 | const gchar * const * g_settings_list_schemas (void);
| ^~~~~~~~~~~~~~~~~~~~~~~
canvas/goc-arc.c: In function ‘prepare_draw_arrow’:
canvas/goc-arc.c:230:2: warning: #warning "FIXME: this should use go_arrow_draw" [-Wcpp]
230 | #warning "FIXME: this should use go_arrow_draw"
| ^~~~~~~
graph/gog-graph.c: In function ‘gog_graph_view_handle_event’:
graph/gog-graph.c:1198:33: warning: ‘gdk_window_process_updates’ is deprecated [-Wdeprecated-declarations]
1198 | gdk_window_process_updates (window, TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from ../goffice/goffice.h:37,
from ../goffice/app/go-doc.h:24,
from graph/gog-graph.c:23:
/usr/include/gtk-3.0/gdk/gdkwindow.h:1069:12: note: declared here
1069 | void gdk_window_process_updates (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
graph/gog-series-labels.c: In function ‘gog_data_label_update’:
graph/gog-series-labels.c:876:30: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
876 | next = g_utf8_next_char (format);
| ^
graph/gog-series-labels.c: In function ‘gog_series_labels_update’:
graph/gog-series-labels.c:1317:54: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
1317 | next = g_utf8_next_char (format);
| ^
utils/go-editor.c: In function ‘go_editor_add_page’:
utils/go-editor.c:137:17: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations]
137 | gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (page->scrolled),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:187,
from ../goffice/goffice.h:37,
from ../goffice/utils/go-editor.h:25,
from utils/go-editor.c:25:
/usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:16: note: declared here
186 | void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
component/go-component.c: In function ‘go_component_snapshot_render’:
component/go-component.c:310:25: warning: ‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
310 | rsvg_handle_get_dimensions (RSVG_HANDLE (snapshot->image), &dim);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from component/go-component.c:34:
/usr/include/librsvg-2.0/librsvg/rsvg.h:661:6: note: declared here
661 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
component/go-component.c:314:25: warning: ‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
314 | rsvg_handle_render_cairo (RSVG_HANDLE (snapshot->image), cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1329:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
utils/go-svg.c: In function ‘go_svg_draw’:
utils/go-svg.c:80:9: warning: ‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
80 | rsvg_handle_render_cairo (svg->handle, cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1329,
from utils/go-svg.c:25:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
utils/go-svg.c: In function ‘go_svg_get_pixbuf’:
utils/go-svg.c:93:9: warning: ‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
93 | rsvg_handle_render_cairo (svg->handle, cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
utils/go-svg.c: In function ‘go_svg_get_scaled_pixbuf’:
utils/go-svg.c:115:9: warning: ‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
115 | rsvg_handle_render_cairo (svg->handle, cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
utils/go-svg.c: In function ‘go_svg_new_from_file’:
utils/go-svg.c:194:9: warning: ‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
194 | rsvg_handle_get_dimensions (svg->handle, &dim);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:661:6: note: declared here
661 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
utils/go-svg.c: In function ‘go_svg_new_from_data’:
utils/go-svg.c:225:9: warning: ‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
225 | rsvg_handle_get_dimensions (svg->handle, &dim);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:661:6: note: declared here
661 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/goffice-gtk.c: In function ‘go_gtk_button_build_with_stock’:
gtk/goffice-gtk.c:68:9: warning: ‘gtk_stock_lookup’ is deprecated [-Wdeprecated-declarations]
68 | if (gtk_stock_lookup (stock_id, &item))
| ^~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37,
from /usr/include/gtk-3.0/gtk/gtk.h:254,
from ../goffice/goffice.h:37,
from gtk/goffice-gtk.c:23:
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:82:10: note: declared here
82 | gboolean gtk_stock_lookup (const gchar *stock_id,
| ^~~~~~~~~~~~~~~~
gtk/goffice-gtk.c:70:25: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
70 | gtk_image_new_from_stock (stock_id, GTK_ICON_SIZE_BUTTON));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
from /usr/include/gtk-3.0/gtk/gtk.h:42:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gtk/goffice-gtk.c: In function ‘gui_image_chooser_new’:
gtk/goffice-gtk.c:873:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
873 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
gtk/goffice-gtk.c:874:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
874 | is_save ? GTK_STOCK_SAVE : GTK_STOCK_OPEN,
| ^~~~~~~
gtk/goffice-gtk.c:874:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
gtk/goffice-gtk.c: In function ‘go_dialog_guess_alternative_button_order’:
gtk/goffice-gtk.c:1498:9: warning: ‘gtk_dialog_get_action_area’ is deprecated [-Wdeprecated-declarations]
1498 | children = gtk_container_get_children (GTK_CONTAINER (gtk_dialog_get_action_area (dialog)));
| ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/goffice-gtk.c:1546:17: warning: ‘gtk_dialog_set_alternative_button_order_from_array’ is deprecated [-Wdeprecated-declarations]
1546 | gtk_dialog_set_alternative_button_order_from_array (dialog,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkdialog.h:189:10: note: declared here
189 | void gtk_dialog_set_alternative_button_order_from_array (GtkDialog *dialog,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/goffice-gtk.c: In function ‘go_gtk_url_show’:
gtk/goffice-gtk.c:1642:9: warning: ‘gtk_show_uri’ is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations]
1642 | gtk_show_uri (screen, url, GDK_CURRENT_TIME, &error);
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:200:
/usr/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here
33 | gboolean gtk_show_uri (GdkScreen *screen,
| ^~~~~~~~~~~~
component/go-component-mime-dialog.c: In function ‘go_component_mime_dialog_init’:
component/go-component-mime-dialog.c:55:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
55 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
component/go-component-mime-dialog.c:56:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
56 | GTK_STOCK_OK, GTK_RESPONSE_OK,
| ^~~~~~~~~~~~
gtk/go-font-sel.c: In function ‘reload_faces’:
gtk/go-font-sel.c:353:9: warning: ‘gtk_menu_set_title’ is deprecated [-Wdeprecated-declarations]
353 | gtk_menu_set_title (GTK_MENU (m), _("Faces"));
| ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from ../goffice/goffice.h:37,
from gtk/go-font-sel.c:22:
/usr/include/gtk-3.0/gtk/gtkmenu.h:232:15: note: declared here
232 | void gtk_menu_set_title (GtkMenu *menu,
| ^~~~~~~~~~~~~~~~~~
gtk/go-font-sel.c: In function ‘reload_families’:
gtk/go-font-sel.c:534:9: warning: ‘gtk_menu_set_title’ is deprecated [-Wdeprecated-declarations]
534 | gtk_menu_set_title (GTK_MENU (m), _("Font"));
| ^~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:232:15: note: declared here
232 | void gtk_menu_set_title (GtkMenu *menu,
| ^~~~~~~~~~~~~~~~~~
gtk/go-rotation-sel.c: In function ‘cb_rotate_canvas_button’:
gtk/go-rotation-sel.c:277:25: warning: ‘gdk_device_grab’ is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations]
277 | gdk_device_grab (gdk_event_get_device ((GdkEvent *) event),
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33,
from /usr/include/gtk-3.0/gdk/gdkevents.h:34,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from ../goffice/goffice.h:37,
from gtk/go-rotation-sel.c:19:
/usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here
230 | GdkGrabStatus gdk_device_grab (GdkDevice *device,
| ^~~~~~~~~~~~~~~
gtk/go-rotation-sel.c:289:25: warning: ‘gdk_device_ungrab’ is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations]
289 | gdk_device_ungrab (gdk_event_get_device ((GdkEvent *) event),
| ^~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here
239 | void gdk_device_ungrab (GdkDevice *device,
| ^~~~~~~~~~~~~~~~~
gtk/go-font-sel-dialog.c: In function ‘gfsd_init’:
gtk/go-font-sel-dialog.c:104:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
104 | gtk_dialog_add_button (dialog, GTK_STOCK_OK, GTK_RESPONSE_OK);
| ^~~~~~~~~~~~~~~~~~~~~
gtk/go-font-sel-dialog.c:105:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
105 | gtk_dialog_add_button (dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
| ^~~~~~~~~~~~~~~~~~~~~
gtk/go-optionmenu.c: In function ‘go_option_menu_position’:
gtk/go-optionmenu.c:197:9: warning: ‘gdk_screen_get_width’ is deprecated [-Wdeprecated-declarations]
197 | screen_width = gdk_screen_get_width (gtk_widget_get_screen (widget));
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from gtk/go-optionmenu.h:36,
from gtk/go-optionmenu.c:35:
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
58 | gint gdk_screen_get_width (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~
gtk/go-optionmenu.c: In function ‘go_option_menu_button_press’:
gtk/go-optionmenu.c:223:21: warning: ‘gtk_button_get_focus_on_click’ is deprecated: Use 'gtk_widget_get_focus_on_click' instead [-Wdeprecated-declarations]
223 | gtk_button_get_focus_on_click (GTK_BUTTON (widget)))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:54:
/usr/include/gtk-3.0/gtk/gtkbutton.h:141:23: note: declared here
141 | gboolean gtk_button_get_focus_on_click (GtkButton *button);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-optionmenu.c:225:17: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
225 | gtk_menu_popup (GTK_MENU (option_menu->menu), NULL, NULL,
| ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
gtk/go-optionmenu.c: In function ‘go_option_menu_key_press’:
gtk/go-optionmenu.c:244:17: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
244 | gtk_menu_popup (GTK_MENU (option_menu->menu), NULL, NULL,
| ^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
gtk/go-optionmenu.c: In function ‘go_option_menu_init’:
gtk/go-optionmenu.c:506:9: warning: ‘gtk_button_set_focus_on_click’ is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations]
506 | gtk_button_set_focus_on_click (GTK_BUTTON (option_menu), TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here
138 | void gtk_button_set_focus_on_click (GtkButton *button,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-optionmenu.c:520:9: warning: ‘gtk_arrow_new’ is deprecated [-Wdeprecated-declarations]
520 | arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE);
| ^~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:251:
/usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here
73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type,
| ^~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘go_combo_popup_reparent’:
gtk/go-combo-box.c:108:17: warning: ‘gtk_widget_reparent’ is deprecated [-Wdeprecated-declarations]
108 | gtk_widget_reparent (GTK_WIDGET (popup), new_parent);
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from gtk/go-combo-box.h:27,
from gtk/go-combo-box.c:28:
/usr/include/gtk-3.0/gtk/gtkwidget.h:755:12: note: declared here
755 | void gtk_widget_reparent (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘go_combo_box_popup_hide_unconditional’:
gtk/go-combo-box.c:235:9: warning: ‘gdk_device_ungrab’ is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations]
235 | gdk_device_ungrab (gtk_get_current_event_device (),
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33,
from /usr/include/gtk-3.0/gdk/gdkevents.h:34,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30:
/usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here
239 | void gdk_device_ungrab (GdkDevice *device,
| ^~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘go_combo_popup_tear_off’:
gtk/go-combo-box.c:414:25: warning: ‘gdk_device_ungrab’ is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations]
414 | gdk_device_ungrab (gtk_get_current_event_device (),
| ^~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here
239 | void gdk_device_ungrab (GdkDevice *device,
| ^~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘go_combo_box_get_pos’:
gtk/go-combo-box.c:474:9: warning: ‘gdk_screen_get_height’ is deprecated [-Wdeprecated-declarations]
474 | if ((*y + ph) > gdk_screen_get_height (screen))
| ^~
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
60 | gint gdk_screen_get_height (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c:475:17: warning: ‘gdk_screen_get_height’ is deprecated [-Wdeprecated-declarations]
475 | *y = gdk_screen_get_height (screen) - ph;
| ^
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
60 | gint gdk_screen_get_height (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c:477:9: warning: ‘gdk_screen_get_width’ is deprecated [-Wdeprecated-declarations]
477 | if ((*x + pw) > gdk_screen_get_width (screen))
| ^~
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
58 | gint gdk_screen_get_width (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c:478:17: warning: ‘gdk_screen_get_width’ is deprecated [-Wdeprecated-declarations]
478 | *x = gdk_screen_get_width (screen) - pw;
| ^
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
58 | gint gdk_screen_get_width (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘go_combo_box_popup_display’:
gtk/go-combo-box.c:560:9: warning: ‘gdk_device_grab’ is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations]
560 | gdk_device_grab (gtk_get_current_event_device (),
| ^~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here
230 | GdkGrabStatus gdk_device_grab (GdkDevice *device,
| ^~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘cb_tearable_button_release’:
gtk/go-combo-box.c:762:9: warning: ‘gtk_tearoff_menu_item_get_type’ is deprecated [-Wdeprecated-declarations]
762 | g_return_val_if_fail (GTK_IS_TEAROFF_MENU_ITEM (w), FALSE);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:281:
/usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h:75:12: note: declared here
75 | GType gtk_tearoff_menu_item_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘cb_tearoff_state_changed’:
gtk/go-combo-box.c:784:9: warning: ‘gtk_menu_get_tearoff_state’ is deprecated [-Wdeprecated-declarations]
784 | combo->priv->torn_off = gtk_menu_get_tearoff_state (menu);
| ^~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:226:12: note: declared here
226 | gboolean gtk_menu_get_tearoff_state (GtkMenu *menu);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘cb_tearable_parent_changed’:
gtk/go-combo-box.c:797:17: warning: ‘gtk_menu_get_tearoff_state’ is deprecated [-Wdeprecated-declarations]
797 | combo->priv->torn_off = gtk_menu_get_tearoff_state (GTK_MENU (new_parent));
| ^~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:226:12: note: declared here
226 | gboolean gtk_menu_get_tearoff_state (GtkMenu *menu);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-combo-box.c: In function ‘go_combo_box_construct’:
gtk/go-combo-box.c:822:9: warning: ‘gtk_tearoff_menu_item_new’ is deprecated [-Wdeprecated-declarations]
822 | tearable = gtk_tearoff_menu_item_new ();
| ^~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h:77:12: note: declared here
77 | GtkWidget* gtk_tearoff_menu_item_new (void);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-3d-rotation-sel.c: In function ‘cb_rotate_canvas_button’:
gtk/go-3d-rotation-sel.c:293:17: warning: ‘gdk_device_grab’ is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations]
293 | gdk_device_grab (gdk_event_get_device ((GdkEvent *) event),
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33,
from /usr/include/gtk-3.0/gdk/gdkevents.h:34,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from ../goffice/goffice.h:37,
from gtk/go-3d-rotation-sel.c:21:
/usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here
230 | GdkGrabStatus gdk_device_grab (GdkDevice *device,
| ^~~~~~~~~~~~~~~
gtk/go-3d-rotation-sel.c:312:17: warning: ‘gdk_device_ungrab’ is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations]
312 | gdk_device_ungrab (gdk_event_get_device ((GdkEvent *) event),
| ^~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here
239 | void gdk_device_ungrab (GdkDevice *device,
| ^~~~~~~~~~~~~~~~~
gtk/go-color-palette.c: In function ‘create_color_sel’:
gtk/go-color-palette.c:184:18: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
184 | GTK_STOCK_OK, GTK_RESPONSE_OK,
| ^~~~~~~~~~~~
gtk/go-color-palette.c:185:18: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
185 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
gtk/go-color-palette.c: In function ‘go_color_palette_setup’:
gtk/go-color-palette.c:518:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
518 | GTK_STOCK_SELECT_COLOR);
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-color-palette.c:519:9: warning: ‘gtk_button_set_alignment’ is deprecated [-Wdeprecated-declarations]
519 | gtk_button_set_alignment (GTK_BUTTON (w), 0., .5);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
from ../goffice/goffice.h:37,
from gtk/go-color-palette.c:31:
/usr/include/gtk-3.0/gtk/gtkbutton.h:143:23: note: declared here
143 | void gtk_button_set_alignment (GtkButton *button,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-color-palette.c: In function ‘make_colored_menu_item’:
gtk/go-color-palette.c:651:17: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
651 | button = gtk_image_menu_item_new_with_label (label);
| ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here
80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-color-palette.c:652:17: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
652 | gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (button),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-color-palette.c: In function ‘go_color_palette_make_menu’:
gtk/go-color-palette.c:766:9: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
766 | w = gtk_image_menu_item_new_with_label (_("Custom color..."));
| ^
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here
80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c: In function ‘go_action_combo_color_connect_proxy’:
gtk/go-action-combo-color.c:94:9: warning: ‘gtk_image_menu_item_get_type’ is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations]
94 | if (GTK_IS_IMAGE_MENU_ITEM (proxy)) { /* set the icon */
| ^~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
from ../goffice/goffice.h:37,
from gtk/go-action-combo-color.h:23,
from gtk/go-action-combo-color.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:12: note: declared here
76 | GType gtk_image_menu_item_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c:101:25: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
101 | gtk_image_menu_item_set_image (
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c: In function ‘cb_color_changed’:
gtk/go-action-combo-color.c:117:9: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
117 | gtk_action_activate (GTK_ACTION (caction));
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c: In function ‘go_action_combo_color_create_menu_item’:
gtk/go-action-combo-color.c:201:9: warning: ‘gtk_image_menu_item_new’ is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
201 | GtkWidget *item = gtk_image_menu_item_new ();
| ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:78:12: note: declared here
78 | GtkWidget* gtk_image_menu_item_new (void);
| ^~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c: In function ‘go_action_combo_color_get_type’:
gtk/go-action-combo-color.c:255:1: warning: ‘gtk_action_get_type’ is deprecated [-Wdeprecated-declarations]
255 | GSF_CLASS (GOActionComboColor, go_action_combo_color,
| ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
96 | GType gtk_action_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c: In function ‘go_action_combo_color_set_color’:
gtk/go-action-combo-color.c:295:9: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
295 | GSList *ptr = gtk_action_get_proxies (GTK_ACTION (a));
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
130 | GSList * gtk_action_get_proxies (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-color.c: In function ‘go_action_combo_color_set_allow_alpha’:
gtk/go-action-combo-color.c:306:9: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
306 | GSList *ptr = gtk_action_get_proxies (GTK_ACTION (a));
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
130 | GSList * gtk_action_get_proxies (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c: In function ‘make_icon’:
gtk/go-action-combo-pixmaps.c:89:9: warning: ‘gtk_widget_render_icon_pixbuf’ is deprecated: Use 'gtk_icon_theme_load_icon' instead [-Wdeprecated-declarations]
89 | res = gtk_widget_render_icon_pixbuf (tool, stock_id, size);
| ^~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from ../goffice/goffice.h:37,
from gtk/go-action-combo-pixmaps.h:23,
from gtk/go-action-combo-pixmaps.c:22:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1182:15: note: declared here
1182 | GdkPixbuf *gtk_widget_render_icon_pixbuf (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c: In function ‘go_action_combo_pixmaps_connect_proxy’:
gtk/go-action-combo-pixmaps.c:103:9: warning: ‘gtk_image_menu_item_get_type’ is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations]
103 | if (GTK_IS_IMAGE_MENU_ITEM (proxy)) { /* set the icon */
| ^~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:12: note: declared here
76 | GType gtk_image_menu_item_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c:111:25: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
111 | gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (proxy),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c: In function ‘cb_selection_changed’:
gtk/go-action-combo-pixmaps.c:126:9: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
126 | ptr = gtk_action_get_proxies (GTK_ACTION (paction));
| ^~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
130 | GSList * gtk_action_get_proxies (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c:134:9: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
134 | gtk_action_activate (GTK_ACTION (paction));
| ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c: In function ‘go_action_combo_pixmaps_create_menu_item’:
gtk/go-action-combo-pixmaps.c:201:9: warning: ‘gtk_image_menu_item_new’ is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
201 | GtkWidget *item = gtk_image_menu_item_new ();
| ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:78:12: note: declared here
78 | GtkWidget* gtk_image_menu_item_new (void);
| ^~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c: In function ‘go_action_combo_pixmaps_get_type’:
gtk/go-action-combo-pixmaps.c:245:1: warning: ‘gtk_action_get_type’ is deprecated [-Wdeprecated-declarations]
245 | GSF_CLASS (GOActionComboPixmaps, go_action_combo_pixmaps,
| ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
96 | GType gtk_action_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-pixmaps.c: In function ‘go_action_combo_pixmaps_select_id’:
gtk/go-action-combo-pixmaps.c:283:9: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
283 | GSList *ptr = gtk_action_get_proxies (GTK_ACTION (paction));
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
130 | GSList * gtk_action_get_proxies (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from ../goffice/goffice.h:24,
from gtk/go-palette.c:23:
gtk/go-palette.c: In function ‘go_palette_init’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-palette.c:78:16: note: in expansion of macro ‘G_TYPE_INSTANCE_GET_PRIVATE’
78 | priv = G_TYPE_INSTANCE_GET_PRIVATE (palette, GO_TYPE_PALETTE, GOPalettePrivate);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-palette.c: In function ‘go_palette_class_init’:
gtk/go-palette.c:186:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
186 | g_type_class_add_private (object_class, sizeof (GOPalettePrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from ../goffice/goffice.h:25:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
1503 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c: In function ‘cb_entry_acticated’:
gtk/go-action-combo-text.c:70:9: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
70 | gtk_action_activate (GTK_ACTION (taction));
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252,
from gtk/goffice-gtk.h:22,
from gtk/go-action-combo-text.c:23:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c: In function ‘go_action_combo_text_create_tool_item’:
gtk/go-action-combo-text.c:119:9: warning: ‘gtk_combo_box_set_title’ is deprecated [-Wdeprecated-declarations]
119 | gtk_combo_box_set_title (GTK_COMBO_BOX (combo),
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
from /usr/include/gtk-3.0/gtk/gtk.h:42:
/usr/include/gtk-3.0/gtk/gtkcombobox.h:119:15: note: declared here
119 | void gtk_combo_box_set_title (GtkComboBox *combo_box,
| ^~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c:120:34: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
120 | _(gtk_action_get_name (act)));
| ^
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here
103 | const gchar* gtk_action_get_name (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c: In function ‘cb_menu_activated’:
gtk/go-action-combo-text.c:141:9: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
141 | gtk_action_activate (GTK_ACTION (taction));
| ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c: In function ‘go_action_combo_text_get_type’:
gtk/go-action-combo-text.c:235:1: warning: ‘gtk_action_get_type’ is deprecated [-Wdeprecated-declarations]
235 | GSF_CLASS (GOActionComboText, go_action_combo_text,
| ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
96 | GType gtk_action_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c: In function ‘go_action_combo_text_set_entry’:
gtk/go-action-combo-text.c:271:9: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
271 | GSList *ptr = gtk_action_get_proxies (GTK_ACTION (taction));
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
130 | GSList * gtk_action_get_proxies (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c:283:25: warning: ‘gtk_action_block_activate’ is deprecated [-Wdeprecated-declarations]
283 | gtk_action_block_activate (GTK_ACTION (taction));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:140:14: note: declared here
140 | void gtk_action_block_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-text.c:285:25: warning: ‘gtk_action_unblock_activate’ is deprecated [-Wdeprecated-declarations]
285 | gtk_action_unblock_activate (GTK_ACTION (taction));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:142:14: note: declared here
142 | void gtk_action_unblock_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from ../goffice/gtk/goffice-gtk.h:22,
from gtk/go-selector.c:23:
gtk/go-selector.c: In function ‘go_selector_init’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-selector.c:85:16: note: in expansion of macro ‘G_TYPE_INSTANCE_GET_PRIVATE’
85 | priv = G_TYPE_INSTANCE_GET_PRIVATE (selector, GO_TYPE_SELECTOR, GOSelectorPrivate);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-selector.c:106:9: warning: ‘gtk_alignment_new’ is deprecated [-Wdeprecated-declarations]
106 | priv->alignment = gtk_alignment_new (.5, .5, 1., 1.);
| ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:255:
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here
79 | GtkWidget* gtk_alignment_new (gfloat xalign,
| ^~~~~~~~~~~~~~~~~
gtk/go-selector.c:107:9: warning: ‘gtk_alignment_set_padding’ is deprecated [-Wdeprecated-declarations]
107 | gtk_alignment_set_padding (GTK_ALIGNMENT (priv->alignment), 0, 0, 0, 4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here
91 | void gtk_alignment_set_padding (GtkAlignment *alignment,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-selector.c:117:9: warning: ‘gtk_arrow_new’ is deprecated [-Wdeprecated-declarations]
117 | priv->arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE);
| ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:251:
/usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here
73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type,
| ^~~~~~~~~~~~~
gtk/go-selector.c: In function ‘go_selector_class_init’:
gtk/go-selector.c:149:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
149 | g_type_class_add_private (object_class, sizeof (GOSelectorPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
1503 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gtk/go-selector.c: In function ‘go_selector_popup’:
gtk/go-selector.c:235:9: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
235 | gtk_menu_popup (GTK_MENU (priv->palette),
| ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
gtk/go-action-combo-stack.c: In function ‘cb_combo_changed’:
gtk/go-action-combo-stack.c:87:17: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
87 | gtk_action_activate (GTK_ACTION (action));
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252,
from gtk/go-combo-box.h:27,
from gtk/go-action-combo-stack.c:23:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-stack.c: In function ‘cb_button_clicked’:
gtk/go-action-combo-stack.c:96:17: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
96 | gtk_action_activate (GTK_ACTION (action));
| ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-stack.c: In function ‘cb_reconfig’:
gtk/go-action-combo-stack.c:112:9: warning: ‘gtk_action_create_icon’ is deprecated [-Wdeprecated-declarations]
112 | image = gtk_action_create_icon (a, size);
| ^~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:121:14: note: declared here
121 | GtkWidget * gtk_action_create_icon (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-stack.c: In function ‘go_action_combo_stack_get_type’:
gtk/go-action-combo-stack.c:194:1: warning: ‘gtk_action_get_type’ is deprecated [-Wdeprecated-declarations]
194 | GSF_CLASS (GOActionComboStack, go_action_combo_stack,
| ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
96 | GType gtk_action_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~
gtk/go-action-combo-stack.c: In function ‘check_sensitivity’:
gtk/go-action-combo-stack.c:204:17: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
204 | GSList *ptr = gtk_action_get_proxies (GTK_ACTION (saction));
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
130 | GSList * gtk_action_get_proxies (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~
gtk/go-color-selector.c: In function ‘cb_combo_custom_activate’:
gtk/go-color-selector.c:202:18: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
202 | GTK_STOCK_OK, GTK_RESPONSE_OK,
| ^~~~~~~~~~~~
gtk/go-color-selector.c:203:18: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
203 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
Embedding pie.xpm
Embedding doughnut.xpm
Embedding linegraph.xpm
Embedding area.xpm
Embedding bar.xpm
Embedding column.xpm
Embedding dropbar.xpm
Embedding minmax.xpm
Embedding bubble.xpm
Embedding color.xpm
Embedding dropbar.xpm
Embedding minmax.xpm
Embedding scatter.xpm
Embedding radar.xpm
Embedding polar.xpm
gog-xyz-surface.c: In function ‘gog_xyz_matrix_plot_build_matrix’:
gog-xyz-surface.c:161:9: warning: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations]
161 | g_qsort_with_data (sort, kmax, sizeof (unsigned), (GCompareDataFunc) data_compare, &raw_data);
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:71,
from ../../goffice/goffice.h:24,
from ../../goffice/graph/gog-plot-impl.h:25,
from gog-xyz.h:25,
from gog-contour.h:25,
from gog-xyz-surface.h:25,
from gog-xyz-surface.c:23:
/usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
39 | void g_qsort_with_data (gconstpointer pbase,
| ^~~~~~~~~~~~~~~~~
gog-xyz-surface.c:176:17: warning: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations]
176 | g_qsort_with_data (sort + k, l - k, sizeof (unsigned), (GCompareDataFunc) data_compare, &raw_data);
| ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
39 | void g_qsort_with_data (gconstpointer pbase,
| ^~~~~~~~~~~~~~~~~
gog-xyz-surface.c: In function ‘gog_xyz_surface_plot_build_matrix’:
gog-xyz-surface.c:337:9: warning: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations]
337 | g_qsort_with_data (sort, kmax, sizeof (unsigned), (GCompareDataFunc) data_compare, &raw_data);
| ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
39 | void g_qsort_with_data (gconstpointer pbase,
| ^~~~~~~~~~~~~~~~~
gog-xyz-surface.c:352:17: warning: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations]
352 | g_qsort_with_data (sort + k, l - k, sizeof (unsigned), (GCompareDataFunc) data_compare, &raw_data);
| ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
39 | void g_qsort_with_data (gconstpointer pbase,
| ^~~~~~~~~~~~~~~~~
Embedding surface.xpm
Embedding contour.xpm
Embedding matrix.xpm
gog-xyz-surface-prefs.c: In function ‘gog_xyz_surface_plot_pref’:
gog-xyz-surface-prefs.c:124:9: warning: ‘gtk_widget_set_margin_left’ is deprecated: Use 'gtk_widget_set_margin_start' instead [-Wdeprecated-declarations]
124 | gtk_widget_set_margin_left (state->x_entry, 12);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from ../../goffice/goffice.h:37,
from ../../goffice/graph/gog-plot-impl.h:25,
from gog-xyz.h:25,
from gog-contour.h:25,
from gog-xyz-surface.h:25,
from gog-xyz-surface-prefs.c:23:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1086:10: note: declared here
1086 | void gtk_widget_set_margin_left (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gog-xyz-surface-prefs.c:145:9: warning: ‘gtk_widget_set_margin_left’ is deprecated: Use 'gtk_widget_set_margin_start' instead [-Wdeprecated-declarations]
145 | gtk_widget_set_margin_left (state->y_entry, 12);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1086:10: note: declared here
1086 | void gtk_widget_set_margin_left (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Embedding dist.xpm
gog-polynom-reg.c: In function ‘gog_polynom_reg_curve_populate_editor’:
gog-polynom-reg.c:203:9: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations]
203 | gtk_misc_set_alignment (GTK_MISC (l), 0., 0.5);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from ../../goffice/goffice.h:37,
from ../../goffice/graph/gog-reg-curve.h:25,
from gog-lin-reg.h:25,
from gog-polynom-reg.h:25,
from gog-polynom-reg.c:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here
72 | void gtk_misc_set_alignment (GtkMisc *misc,
| ^~~~~~~~~~~~~~~~~~~~~~
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: relinking 'pie.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/plot_pie'
libtool: warning: relinking 'barcol.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/plot_barcol'
libtool: warning: relinking 'xy.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/plot_xy'
libtool: warning: relinking 'radar.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/plot_radar'
libtool: warning: relinking 'surface.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/plot_surface'
libtool: warning: relinking 'distrib.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/plot_distrib'
libtool: warning: relinking 'linreg.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/reg_linear'
libtool: warning: relinking 'logfit.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/reg_logfit'
libtool: warning: relinking 'smoothing.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/goffice/0.10.60/plugins/smoothing'
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #