GNOME Bugzilla – Bug 794231
Too many warnings
Last modified: 2018-07-28 10:36:24 UTC
anjuta-ui.c:1143:2: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations] actions = gtk_action_group_list_actions (action_group); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:240:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here GList *gtk_action_group_list_actions (GtkActionGroup *action_group); ^ anjuta-ui.c:1154:3: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] signal_id = g_signal_lookup ("activate", GTK_TYPE_ACTION); ^ In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:0, from /usr/include/gtk-3.0/gtk/gtk.h:238, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here GType gtk_action_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c: In function 'anjuta_ui_remove_action_group': anjuta-ui.c:1198:2: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (GTK_UI_MANAGER (ui), action_group); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here void gtk_ui_manager_remove_action_group (GtkUIManager *manager, ^ anjuta-ui.c:1198:2: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (GTK_UI_MANAGER (ui), action_group); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here GType gtk_ui_manager_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c: In function 'anjuta_ui_get_action': anjuta-ui.c:1234:2: warning: 'gtk_action_group_get_type' is deprecated [-Wdeprecated-declarations] if (GTK_IS_ACTION_GROUP (action_group) == FALSE) ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:240:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:173:17: note: declared here GType gtk_action_group_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c:1239:2: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] action = gtk_action_group_get_action (action_group, action_name); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:240:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, ^ anjuta-ui.c:1240:2: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] if (GTK_IS_ACTION (action)) ^ In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:0, from /usr/include/gtk-3.0/gtk/gtk.h:238, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here GType gtk_action_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c: In function 'anjuta_ui_activate_action_by_path': anjuta-ui.c:1275:3: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] gtk_action_activate (action); ^ In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:0, from /usr/include/gtk-3.0/gtk/gtk.h:238, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here void gtk_action_activate (GtkAction *action); ^ anjuta-ui.c: In function 'anjuta_ui_activate_action_by_group': anjuta-ui.c:1298:2: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] action = gtk_action_group_get_action (action_group, action_name); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:240:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, ^ anjuta-ui.c:1299:2: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] if (GTK_IS_ACTION (action)) ^ In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:0, from /usr/include/gtk-3.0/gtk/gtk.h:238, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here GType gtk_action_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c:1300:3: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] gtk_action_activate (action); ^ In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:0, from /usr/include/gtk-3.0/gtk/gtk.h:238, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here void gtk_action_activate (GtkAction *action); ^ anjuta-ui.c: In function 'anjuta_ui_merge': anjuta-ui.c:1323:2: warning: 'gtk_ui_manager_add_ui_from_file' is deprecated [-Wdeprecated-declarations] id = gtk_ui_manager_add_ui_from_file(GTK_UI_MANAGER (ui), ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:163:16: note: declared here guint gtk_ui_manager_add_ui_from_file (GtkUIManager *manager, ^ anjuta-ui.c:1323:2: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] id = gtk_ui_manager_add_ui_from_file(GTK_UI_MANAGER (ui), ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here GType gtk_ui_manager_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c: In function 'anjuta_ui_unmerge': anjuta-ui.c:1350:2: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui(GTK_UI_MANAGER (ui), id); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here void gtk_ui_manager_remove_ui (GtkUIManager *manager, ^ anjuta-ui.c:1350:2: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui(GTK_UI_MANAGER (ui), id); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here GType gtk_ui_manager_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c: In function 'anjuta_ui_get_accel_group': anjuta-ui.c:1365:2: warning: 'gtk_ui_manager_get_accel_group' is deprecated [-Wdeprecated-declarations] return gtk_ui_manager_get_accel_group (GTK_UI_MANAGER (ui)); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here GtkAccelGroup *gtk_ui_manager_get_accel_group (GtkUIManager *manager); ^ anjuta-ui.c:1365:2: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] return gtk_ui_manager_get_accel_group (GTK_UI_MANAGER (ui)); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here GType gtk_ui_manager_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c: In function 'anjuta_ui_get_accel_editor': anjuta-ui.c:1390:2: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree_view), TRUE); ^ In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27:0, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, ^ anjuta-ui.c: In function 'anjuta_ui_dump_tree': anjuta-ui.c:1497:2: warning: 'gtk_ui_manager_ensure_update' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_ensure_update (GTK_UI_MANAGER (ui)); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:184:16: note: declared here void gtk_ui_manager_ensure_update (GtkUIManager *manager); ^ anjuta-ui.c:1497:2: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_ensure_update (GTK_UI_MANAGER (ui)); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here GType gtk_ui_manager_get_type (void) G_GNUC_CONST; ^ anjuta-ui.c:1498:2: warning: 'gtk_ui_manager_get_ui' is deprecated [-Wdeprecated-declarations] ui_str = gtk_ui_manager_get_ui (GTK_UI_MANAGER (ui)); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:182:16: note: declared here gchar *gtk_ui_manager_get_ui (GtkUIManager *manager); ^ anjuta-ui.c:1498:2: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] ui_str = gtk_ui_manager_get_ui (GTK_UI_MANAGER (ui)); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0, from anjuta-ui.c:69: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here GType gtk_ui_manager_get_type (void) G_GNUC_CONST; ^ CC anjuta-language-provider.lo CC anjuta-launcher.lo anjuta-launcher.c: In function 'create_password_dialog': anjuta-launcher.c:559:26: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, ^ anjuta-launcher.c:560:26: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); ^ CC anjuta-utils.lo anjuta-utils.c: In function 'anjuta_util_color_from_string': anjuta-utils.c:172:2: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] if (gdk_color_parse(val, &color)) ^
This bug report isn't very useful because it does not provide any steps to reproduce, any description of a problem, any information about the environment. Please read https://bugzilla.gnome.org/page.cgi?id=bug-writing.html and add a more useful description to this bug. When providing a better description, please reset the status of this bug report from NEEDINFO to its previous status.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!