Source: bluefish
Version: 2.2.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o compatibility.o compatibility.c
> bftextview2_scanner.c: In function ‘bftextview2_run_scanner’:
> bftextview2_scanner.c:2162:50: warning: ‘context’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  2162 |                                 scanning.context = found_match(btv, 
> &match, &scanning);
>       |                                 
> ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bftextview2_scanner.c:1713:30: note: ‘context’ was declared here
>  1713 |                         gint context;
>       |                              ^~~~~~~
> bookmark.c: In function ‘bmark_add_rename_dialog’:
> bookmark.c:563:73: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   563 |                                                                       
>   GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL);
>       |                                                                       
>   ^~~~~~~~~~~~~~~~
> bookmark.c:564:9: warning: ‘gtk_button_new_from_stock’ is deprecated: Use 
> 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
>   564 |         button = gtk_button_new_from_stock(GTK_STOCK_OK);
>       |         ^~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
>                  from bookmark.c:25:
> /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
>   103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    
> *stock_id);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:564:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   564 |         button = gtk_button_new_from_stock(GTK_STOCK_OK);
>       |         ^~~~~~
> bookmark.c:569:9: warning: ‘gtk_alignment_new’ is deprecated 
> [-Wdeprecated-declarations]
>   569 |         align = gtk_alignment_new(0, 0, 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,
>       |            ^~~~~~~~~~~~~~~~~
> bookmark.c:570:9: warning: ‘gtk_alignment_set_padding’ is deprecated 
> [-Wdeprecated-declarations]
>   570 |         gtk_alignment_set_padding(GTK_ALIGNMENT(align), 12, 12, 6, 6);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here
>    91 | void       gtk_alignment_set_padding (GtkAlignment      *alignment,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_menu_default_permanent’:
> bookmark.c:768:9: warning: ‘gtk_toggle_action_get_active’ is deprecated 
> [-Wdeprecated-declarations]
>   768 |         main_v->globses.bookmarks_default_store = 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action));
>       |         ^~~~~~
> In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:272:
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_menu_delete’:
> bookmark.c:778:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   778 |         const gchar *buttons[] = { GTK_STOCK_NO, GTK_STOCK_YES, NULL 
> };
>       |         ^~~~~
> bookmark.c:778:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
> bookmark.c: In function ‘popup_menu_delete_all’:
> bookmark.c:810:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   810 |         const gchar *buttons[] = { GTK_STOCK_NO, GTK_STOCK_YES, NULL 
> };
>       |         ^~~~~
> bookmark.c:810:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
> bookmark.c: In function ‘popup_menu_delete_all_doc’:
> bookmark.c:841:25: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   841 |                         const gchar *buttons[] = { GTK_STOCK_NO, 
> GTK_STOCK_YES, NULL };
>       |                         ^~~~~
> bookmark.c:841:25: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
> bookmark.c: In function ‘popup_menu_show_bookmark’:
> bookmark.c:884:9: warning: ‘gtk_radio_action_get_current_value’ is deprecated 
> [-Wdeprecated-declarations]
>   884 |         BFWIN(user_data)->session->bookmarks_show_mode = 
> gtk_radio_action_get_current_value(action);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared 
> here
>    89 | gint            gtk_radio_action_get_current_value (GtkRadioAction    
>     *action);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_menu_show_file’:
> bookmark.c:891:9: warning: ‘gtk_radio_action_get_current_value’ is deprecated 
> [-Wdeprecated-declarations]
>   891 |         BFWIN(user_data)->session->bookmarks_filename_mode = 
> gtk_radio_action_get_current_value(action);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared 
> here
>    89 | gint            gtk_radio_action_get_current_value (GtkRadioAction    
>     *action);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_search_mode_changed’:
> bookmark.c:898:9: warning: ‘gtk_radio_action_get_current_value’ is deprecated 
> [-Wdeprecated-declarations]
>   898 |         BFWIN(user_data)->session->bmarksearchmode = 
> gtk_radio_action_get_current_value(action);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared 
> here
>    89 | gint            gtk_radio_action_get_current_value (GtkRadioAction    
>     *action);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_menu_action_group_init’:
> bookmark.c:977:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>   977 |         bfwin->bookmarkGroup = 
> gtk_action_group_new("BookmarkActions");
>       |         ^~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bookmark.c:978:9: warning: ‘gtk_action_group_set_translation_domain’ is 
> deprecated [-Wdeprecated-declarations]
>   978 |         gtk_action_group_set_translation_domain(bfwin->bookmarkGroup, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:979:9: warning: ‘gtk_action_group_add_actions’ is deprecated 
> [-Wdeprecated-declarations]
>   979 |         gtk_action_group_add_actions(bfwin->bookmarkGroup, 
> bookmark_actions, G_N_ELEMENTS(bookmark_actions),
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:981:9: warning: ‘gtk_action_group_add_toggle_actions’ is 
> deprecated [-Wdeprecated-declarations]
>   981 |         gtk_action_group_add_toggle_actions(bfwin->bookmarkGroup, 
> bookmark_toggle_actions,
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared 
> here
>   215 | void            gtk_action_group_add_toggle_actions      
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:983:9: warning: ‘gtk_action_group_add_radio_actions’ is deprecated 
> [-Wdeprecated-declarations]
>   983 |         gtk_action_group_add_radio_actions(bfwin->bookmarkGroup, 
> bookmark_file_radio_actions,
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared 
> here
>   220 | void            gtk_action_group_add_radio_actions       
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:987:9: warning: ‘gtk_action_group_add_radio_actions’ is deprecated 
> [-Wdeprecated-declarations]
>   987 |         gtk_action_group_add_radio_actions(bfwin->bookmarkGroup, 
> bookmark_radio_actions,
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared 
> here
>   220 | void            gtk_action_group_add_radio_actions       
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:991:9: warning: ‘gtk_action_group_add_radio_actions’ is deprecated 
> [-Wdeprecated-declarations]
>   991 |         gtk_action_group_add_radio_actions(bfwin->bookmarkGroup, 
> bookmark_search_radio_actions,
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared 
> here
>   220 | void            gtk_action_group_add_radio_actions       
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:995:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated 
> [-Wdeprecated-declarations]
>   995 |         gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->bookmarkGroup, 1);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:284:
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:998:9: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated 
> [-Wdeprecated-declarations]
>   998 |         gtk_ui_manager_add_ui_from_string(bfwin->uimanager, 
> bookmark_menu_ui, -1, &error);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here
>   158 | guint          gtk_ui_manager_add_ui_from_string  (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1004:9: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated 
> [-Wdeprecated-declarations]
>  1004 |         gtk_ui_manager_add_ui_from_string(bfwin->uimanager, 
> bookmark_search_menu_ui, -1, &error);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here
>   158 | guint          gtk_ui_manager_add_ui_from_string  (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_menu’:
> bookmark.c:1014:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  1014 |         GtkWidget *menu = gtk_ui_manager_get_widget(bfwin->uimanager, 
> "/BookmarkMenu");
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1023:9: warning: ‘gtk_radio_action_set_current_value’ is 
> deprecated [-Wdeprecated-declarations]
>  1023 |         gtk_radio_action_set_current_value((GtkRadioAction *)
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:91:17: note: declared 
> here
>    91 | void            gtk_radio_action_set_current_value (GtkRadioAction    
>     *action,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1024:76: warning: ‘gtk_ui_manager_get_action’ is deprecated 
> [-Wdeprecated-declarations]
>  1024 |                                                                       
>      gtk_ui_manager_get_action(bfwin->uimanager,
>       |                                                                       
>      ^~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
>   155 | GtkAction     *gtk_ui_manager_get_action          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1027:9: warning: ‘gtk_radio_action_set_current_value’ is 
> deprecated [-Wdeprecated-declarations]
>  1027 |         gtk_radio_action_set_current_value((GtkRadioAction *)
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:91:17: note: declared 
> here
>    91 | void            gtk_radio_action_set_current_value (GtkRadioAction    
>     *action,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1028:76: warning: ‘gtk_ui_manager_get_action’ is deprecated 
> [-Wdeprecated-declarations]
>  1028 |                                                                       
>      gtk_ui_manager_get_action(bfwin->uimanager,
>       |                                                                       
>      ^~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
>   155 | GtkAction     *gtk_ui_manager_get_action          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘popup_search_menu’:
> bookmark.c:1042:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  1042 |         GtkWidget *menu = gtk_ui_manager_get_widget(bfwin->uimanager, 
> "/BookmarkSearchMenu");
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c: In function ‘bmark_previous_lcb’:
> bookmark.c:1162:16: error: implicit declaration of function 
> ‘bmark_margin_get_initial_bookmark’; did you mean 
> ‘bmark_margin_get_next_bookmark’? [-Werror=implicit-function-declaration]
>  1162 |         line = bmark_margin_get_initial_bookmark(CURDOC(bfwin), 
> &titer, (gpointer) & bmark);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                bmark_margin_get_next_bookmark
> bookmark.c: In function ‘bmark_gui’:
> bookmark.c:1314:9: warning: ‘gtk_entry_set_icon_from_stock’ is deprecated: 
> Use 'gtk_entry_set_icon_from_icon_name' instead [-Wdeprecated-declarations]
>  1314 |         gtk_entry_set_icon_from_stock(GTK_ENTRY(entry), 
> GTK_ENTRY_ICON_PRIMARY, GTK_STOCK_FIND);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included 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/gtkentry.h:320:16: note: declared here
>   320 | void           gtk_entry_set_icon_from_stock             (GtkEntry    
>          *entry,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1314:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1314 |         gtk_entry_set_icon_from_stock(GTK_ENTRY(entry), 
> GTK_ENTRY_ICON_PRIMARY, GTK_STOCK_FIND);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1326:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>  1326 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GOTO_TOP, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> In file included from /usr/include/gtk-3.0/gtk/gtkentry.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,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1326:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1326 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GOTO_TOP, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> bookmark.c:1330:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>  1330 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GO_UP, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
>   122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1330:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1330 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GO_UP, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> bookmark.c:1334:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>  1334 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
>   122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1334:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1334 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> bookmark.c:1338:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>  1338 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GOTO_BOTTOM, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
>   122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> bookmark.c:1338:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1338 |         but = 
> gtk_tool_button_new(gtk_image_new_from_stock(GTK_STOCK_GOTO_BOTTOM, 
> GTK_ICON_SIZE_MENU), "");
>       |         ^~~
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o dialog_utils.o dialog_utils.c
> bookmark.c: In function ‘bmark_add_backend’:
> bookmark.c:1899:16: warning: unused variable ‘displaytext’ [-Wunused-variable]
>  1899 |         gchar *displaytext = NULL;
>       |                ^~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_autocompletion_popup_show’:
> bfwin_uimanager.c:66:90: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>    66 |                                                                       
>                    gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:272,
>                  from bluefish.h:123,
>                  from bfwin_uimanager.h:24,
>                  from bfwin_uimanager.c:27:
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_highlighting_toggle’:
> bfwin_uimanager.c:120:17: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   120 |                 doc_toggle_highlighting(bfwin, 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_set_autoindent’:
> bfwin_uimanager.c:162:84: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   162 |                                                                       
>              gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_set_highlight_block_delimiters’:
> bfwin_uimanager.c:172:82: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   172 |                                                                       
>            gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_set_spell_check’:
> bfwin_uimanager.c:183:84: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   183 |                                                                       
>              gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_set_wrap_text’:
> bfwin_uimanager.c:193:17: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   193 |                 doc_set_wrap(bfwin->current_document, 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                 ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_show_blocks’:
> bfwin_uimanager.c:204:84: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   204 |                                                                       
>              gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_show_line_numbers’:
> bfwin_uimanager.c:214:98: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   214 |                                                                       
>                            
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_show_right_margin’:
> bfwin_uimanager.c:224:98: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   224 |                                                                       
>                            
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_show_split_view’:
> bfwin_uimanager.c:233:17: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   233 |                 doc_split_view(CURDOC(bfwin), 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                 ^~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_show_visible_spacing’:
> bfwin_uimanager.c:243:105: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   243 |                                                                       
>                                   
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |                                                                       
>                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘sync_fullscreen_toggle’:
> bfwin_uimanager.c:775:9: warning: ‘gtk_ui_manager_get_action’ is deprecated 
> [-Wdeprecated-declarations]
>   775 |         GtkAction *action = 
> gtk_ui_manager_get_action(bfwin->uimanager, "/MainToolbar/ViewFullScreen");
>       |         ^~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:284:
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
>   155 | GtkAction     *gtk_ui_manager_get_action          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:777:9: warning: ‘gtk_action_set_stock_id’ is deprecated 
> [-Wdeprecated-declarations]
>   777 |         gtk_action_set_stock_id(action, (is_fullscreen ? 
> GTK_STOCK_LEAVE_FULLSCREEN : GTK_STOCK_FULLSCREEN));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> 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:179:23: note: declared here
>   179 | void                  gtk_action_set_stock_id           (GtkAction   
> *action,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:777:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   777 |         gtk_action_set_stock_id(action, (is_fullscreen ? 
> GTK_STOCK_LEAVE_FULLSCREEN : GTK_STOCK_FULLSCREEN));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:777:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
> bfwin_uimanager.c:778:9: warning: ‘gtk_action_set_tooltip’ is deprecated 
> [-Wdeprecated-declarations]
>   778 |         gtk_action_set_tooltip(action, (is_fullscreen ? _("Leave 
> Fullscreen") : _("Fullscreen")));
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:174:23: note: declared here
>   174 | void                  gtk_action_set_tooltip            (GtkAction   
> *action,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:779:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   779 |         if (gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)) 
> != is_fullscreen) {
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:780:17: warning: ‘gtk_toggle_action_set_active’ is 
> deprecated [-Wdeprecated-declarations]
>   780 |                 
> gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), is_fullscreen);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared 
> here
>    82 | void             gtk_toggle_action_set_active        (GtkToggleAction 
> *action,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_fullscreen_toggle’:
> bfwin_uimanager.c:787:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   787 |         bfwin_fullscreen_toggle(BFWIN(user_data), 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_main_toolbar_show’:
> bfwin_uimanager.c:793:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   793 |         bfwin_main_toolbar_show(BFWIN(user_data), 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_output_pane_show’:
> bfwin_uimanager.c:799:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   799 |         bfwin_output_pane_show(BFWIN(user_data), 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_side_pane_show’:
> bfwin_uimanager.c:805:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   805 |         bfwin_side_panel_show(BFWIN(user_data), 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |         ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘ui_statusbar_show’:
> bfwin_uimanager.c:811:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>   811 |         bfwin_statusbar_show(BFWIN(user_data), 
> gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
>       |         ^~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: At top level:
> bfwin_uimanager.c:860:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   860 |         {"FileNew", GTK_STOCK_NEW, N_("_New"), "<control>N", N_("New 
> file"), G_CALLBACK(ui_new_doc)},
>       |         ^
> bfwin_uimanager.c:864:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   864 |         {"FileOpen", GTK_STOCK_OPEN, N_("_Open..."), "<control>O", 
> N_("Open file"), G_CALLBACK(ui_open_doc)},
>       |         ^
> bfwin_uimanager.c:870:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   870 |         {"FileQuit", GTK_STOCK_QUIT, N_("_Quit"), "<control>Q", 
> N_("Quit Bluefish"), G_CALLBACK(ui_quit)},
>       |         ^
> bfwin_uimanager.c:875:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   875 |         {"EditPreferences", GTK_STOCK_PREFERENCES, 
> N_("Preference_s..."), NULL, N_("Edit Preferences"),
>       |         ^
> bfwin_uimanager.c:946:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   946 |         {"ViewFullScreen", GTK_STOCK_FULLSCREEN, N_("_Full Screen"), 
> "F11", N_("Full screen"),
>       |         ^
> bfwin_uimanager.c:975:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   975 |         {"FileClose", GTK_STOCK_CLOSE, N_("_Close"), "<control>W", 
> N_("Close current file"),
>       |         ^
> bfwin_uimanager.c:979:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   979 |         {"FileSave", GTK_STOCK_SAVE, N_("_Save"), "<control>S", 
> N_("Save current file"),
>       |         ^
> bfwin_uimanager.c:981:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   981 |         {"FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _as..."), 
> "<shift><control>S", N_("Save file as"),
>       |         ^
> bfwin_uimanager.c:985:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   985 |         {"FileRevert", GTK_STOCK_REVERT_TO_SAVED, N_("Rever_t to 
> Saved"), NULL, N_("Reload current file"),
>       |         ^
> bfwin_uimanager.c:995:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   995 |         {"EditIndent", GTK_STOCK_INDENT, N_("_Indent"), 
> "<control>period", N_("Indent"), G_CALLBACK(ui_indent)},
>       |         ^
> bfwin_uimanager.c:996:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   996 |         {"EditUnindent", GTK_STOCK_UNINDENT, N_("Unin_dent"), 
> "<control>comma", N_("Unindent"),
>       |         ^
> bfwin_uimanager.c:999:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   999 |         {"BookmarkFirst", GTK_STOCK_GOTO_TOP, N_("F_irst Bookmark"), 
> NULL, N_("Goto first bookmark"),
>       |         ^
> bfwin_uimanager.c:1001:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1001 |         {"BookmarkLast", GTK_STOCK_GOTO_BOTTOM, N_("L_ast Bookmark"), 
> NULL, N_("Goto last bookmark"),
>       |         ^
> bfwin_uimanager.c:1003:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1003 |         {"BookmarkNext", GTK_STOCK_GO_DOWN, N_("N_ext Bookmark"), 
> "<shift><control>K", N_("Goto next bookmark"),
>       |         ^
> bfwin_uimanager.c:1005:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1005 |         {"BookmarkPrevious", GTK_STOCK_GO_UP, N_("P_revious 
> Bookmark"), "<shift><control>J",
>       |         ^
> bfwin_uimanager.c:1030:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1030 |         {"DocFirst", GTK_STOCK_GOTO_FIRST, N_("_First Document"), 
> "<shift><control>Page_Up",
>       |         ^
> bfwin_uimanager.c:1033:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1033 |         {"DocLast", GTK_STOCK_GOTO_LAST, N_("_Last Document"), 
> "<shift><control>Page_Down",
>       |         ^
> bfwin_uimanager.c:1036:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1036 |         {"DocNext", GTK_STOCK_GO_FORWARD, N_("_Next Document"), 
> "<control>Page_Down", N_("Goto next document"),
>       |         ^
> bfwin_uimanager.c:1038:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1038 |         {"DocPrevious", GTK_STOCK_GO_BACK, N_("_Previous Document"), 
> "<control>Page_Up",
>       |         ^
> bfwin_uimanager.c:1059:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1059 |         {"Cut", GTK_STOCK_CUT, N_("Cu_t"), "<control>X", N_("Cut"), 
> G_CALLBACK(ui_cut)},
>       |         ^
> bfwin_uimanager.c:1060:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1060 |         {"Copy", GTK_STOCK_COPY, N_("_Copy"), "<control>C", 
> N_("Copy"), G_CALLBACK(ui_copy)},
>       |         ^
> bfwin_uimanager.c:1061:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1061 |         {"Paste", GTK_STOCK_PASTE, N_("_Paste"), "<control>V", 
> N_("Paste"), G_CALLBACK(ui_paste)},
>       |         ^
> bfwin_uimanager.c:1062:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1062 |         {"PasteSpecial", GTK_STOCK_PASTE, N_("Paste Specia_l"), 
> "<control><shift>v", N_("Paste Special"),
>       |         ^
> bfwin_uimanager.c:1067:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1067 |         {"Find", GTK_STOCK_FIND, N_("_Find"), "<control>F", N_("Show 
> find bar"), G_CALLBACK(ui_find)},
>       |         ^
> bfwin_uimanager.c:1077:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1077 |         {"Replace", GTK_STOCK_FIND_AND_REPLACE, N_("Ad_vanced Find & 
> Replace..."), "<control>H",
>       |         ^
> bfwin_uimanager.c:1096:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1096 |         {"Undo", GTK_STOCK_UNDO, N_("_Undo"), "<control>Z", 
> N_("Undo"), G_CALLBACK(ui_undo)},
>       |         ^
> bfwin_uimanager.c:1098:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  1098 |         {"Redo", GTK_STOCK_REDO, N_("_Redo"), "<shift><control>Z", 
> N_("Redo"), G_CALLBACK(ui_redo)},
>       |         ^
> bfwin_uimanager.c: In function ‘dynamic_menu_empty’:
> bfwin_uimanager.c:1107:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated 
> [-Wdeprecated-declarations]
>  1107 |         gtk_ui_manager_remove_ui(uimanager, merge_id);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
>   179 | void           gtk_ui_manager_remove_ui           (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1108:9: warning: ‘gtk_action_group_list_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1108 |         actions = gtk_action_group_list_actions(action_group);
>       |         ^~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared 
> here
>   198 | GList          *gtk_action_group_list_actions            
> (GtkActionGroup             *action_group);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1113:17: warning: ‘gtk_action_group_remove_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1113 |                 gtk_action_group_remove_action(action_group, 
> GTK_ACTION(list->data));
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:207:17: note: declared 
> here
>   207 | void            gtk_action_group_remove_action           
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘lang_mode_menu_activate’:
> bfwin_uimanager.c:1145:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1145 |         if (gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)) 
> && bfwin->current_document) {
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘create_single_lang_mode_menu’:
> bfwin_uimanager.c:1183:9: warning: ‘gtk_radio_action_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1183 |         action = gtk_radio_action_new(bflang->name, bflang->name, 
> NULL, NULL, value);
>       |         ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:75:17: note: declared 
> here
>    75 | GtkRadioAction *gtk_radio_action_new               (const gchar       
>     *name,
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1185:9: warning: ‘gtk_action_group_add_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1185 |         gtk_action_group_add_action(bfwin->lang_mode_group, 
> GTK_ACTION(action));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared 
> here
>   200 | void            gtk_action_group_add_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1186:9: warning: ‘gtk_radio_action_set_group’ is deprecated 
> [-Wdeprecated-declarations]
>  1186 |         gtk_radio_action_set_group(action, *group);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:83:17: note: declared 
> here
>    83 | void            gtk_radio_action_set_group         (GtkRadioAction    
>     *action,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1187:9: warning: ‘gtk_radio_action_get_group’ is deprecated 
> [-Wdeprecated-declarations]
>  1187 |         *group = gtk_radio_action_get_group(action);
>       |         ^
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared 
> here
>    81 | GSList         *gtk_radio_action_get_group         (GtkRadioAction    
>     *action);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1189:9: warning: ‘gtk_toggle_action_set_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1189 |         gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), 
> set_active);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared 
> here
>    82 | void             gtk_toggle_action_set_active        (GtkToggleAction 
> *action,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1191:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated 
> [-Wdeprecated-declarations]
>  1191 |         gtk_ui_manager_add_ui(bfwin->uimanager, 
> bfwin->lang_mode_merge_id,
>       |         ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
>   171 | void           gtk_ui_manager_add_ui              (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘lang_mode_menu_create’:
> bfwin_uimanager.c:1214:17: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1214 |                 bfwin->lang_mode_group = 
> gtk_action_group_new("LangModeActions");
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1215:17: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1215 |                 gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->lang_mode_group, 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1220:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1220 |         bfwin->lang_mode_merge_id = 
> gtk_ui_manager_new_merge_id(bfwin->uimanager);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_main_ui_init’:
> bfwin_uimanager.c:1245:9: warning: ‘gtk_ui_manager_get_accel_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1245 |         gtk_window_add_accel_group(GTK_WINDOW(bfwin->main_window), 
> gtk_ui_manager_get_accel_group(manager));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here
>   147 | GtkAccelGroup *gtk_ui_manager_get_accel_group     (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1247:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1247 |         action_group = gtk_action_group_new("topLevelMenus");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1248:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1248 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1249:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1249 |         gtk_action_group_add_actions(action_group, top_level_menus, 
> G_N_ELEMENTS(top_level_menus), bfwin);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1250:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1250 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1253:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1253 |         action_group = gtk_action_group_new("GlobalActions");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1254:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1254 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1255:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1255 |         gtk_action_group_add_actions(action_group, global_actions, 
> G_N_ELEMENTS(global_actions), bfwin);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1256:9: warning: ‘gtk_action_group_add_toggle_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1256 |         gtk_action_group_add_toggle_actions(action_group, 
> global_toggle_actions,
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared 
> here
>   215 | void            gtk_action_group_add_toggle_actions      
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1258:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1258 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1262:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1262 |         action_group = gtk_action_group_new("DocumentActions");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1263:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1263 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1264:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1264 |         gtk_action_group_add_actions(action_group, document_actions, 
> G_N_ELEMENTS(document_actions), bfwin);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1265:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1265 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1269:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1269 |         action_group = gtk_action_group_new("EditActions");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1270:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1270 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1271:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1271 |         gtk_action_group_add_actions(action_group, edit_actions, 
> G_N_ELEMENTS(edit_actions), bfwin);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1272:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1272 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1276:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1276 |         action_group = gtk_action_group_new("FindReplaceActions");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1277:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1277 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1278:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1278 |         gtk_action_group_add_actions(action_group, 
> find_replace_actions, G_N_ELEMENTS(find_replace_actions),
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1280:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1280 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1284:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1284 |         action_group = gtk_action_group_new("UndoRedoActions");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1285:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1285 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1286:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1286 |         gtk_action_group_add_actions(action_group, undo_redo_actions, 
> G_N_ELEMENTS(undo_redo_actions), bfwin);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1287:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1287 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1291:9: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1291 |         action_group = gtk_action_group_new("ProjectActions");
>       |         ^~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1292:9: warning: ‘gtk_action_group_set_translation_domain’ 
> is deprecated [-Wdeprecated-declarations]
>  1292 |         gtk_action_group_set_translation_domain(action_group, 
> GETTEXT_PACKAGE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared 
> here
>   252 | void            gtk_action_group_set_translation_domain  
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1293:9: warning: ‘gtk_action_group_add_actions’ is 
> deprecated [-Wdeprecated-declarations]
>  1293 |         gtk_action_group_add_actions(action_group, project_actions, 
> G_N_ELEMENTS(project_actions), bfwin);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared 
> here
>   210 | void            gtk_action_group_add_actions             
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o document.o document.c
> bfwin_uimanager.c:1294:9: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1294 |         gtk_ui_manager_insert_action_group(manager, action_group, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1298:9: warning: ‘gtk_ui_manager_add_ui_from_file’ is 
> deprecated [-Wdeprecated-declarations]
>  1298 |         gtk_ui_manager_add_ui_from_file(manager, MAIN_MENU_UI, 
> &error);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:163:16: note: declared here
>   163 | guint          gtk_ui_manager_add_ui_from_file    (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1305:9: warning: ‘gtk_action_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1305 |         GtkAction *action = gtk_action_new("FileOpenURL", _("Open 
> _URL..."), NULL, NULL);
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here
>    98 | GtkAction   *gtk_action_new                    (const gchar *name,
>       |              ^~~~~~~~~~~~~~
> bfwin_uimanager.c:1306:9: warning: ‘gtk_action_group_add_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1306 |         gtk_action_group_add_action(bfwin->globalGroup, action);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared 
> here
>   200 | void            gtk_action_group_add_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1309:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1309 |         merge_id = gtk_ui_manager_new_merge_id(manager);
>       |         ^~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1310:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated 
> [-Wdeprecated-declarations]
>  1310 |         gtk_ui_manager_add_ui(manager, merge_id,
>       |         ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
>   171 | void           gtk_ui_manager_add_ui              (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1315:9: warning: ‘gtk_action_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1315 |         action = gtk_action_new("FileUploadDownload", _("Upload _/ 
> Download..."), NULL, NULL);
>       |         ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here
>    98 | GtkAction   *gtk_action_new                    (const gchar *name,
>       |              ^~~~~~~~~~~~~~
> bfwin_uimanager.c:1316:9: warning: ‘gtk_action_group_add_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1316 |         gtk_action_group_add_action(bfwin->globalGroup, action);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared 
> here
>   200 | void            gtk_action_group_add_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1319:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1319 |         merge_id = gtk_ui_manager_new_merge_id(manager);
>       |         ^~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1320:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated 
> [-Wdeprecated-declarations]
>  1320 |         gtk_ui_manager_add_ui(manager, merge_id,
>       |         ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
>   171 | void           gtk_ui_manager_add_ui              (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1328:9: warning: ‘gtk_toggle_action_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1328 |         GtkToggleAction *toggleaction = 
> gtk_toggle_action_new("SpellCheck", _("_Spell Check"), NULL, NULL);
>       |         ^~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:75:18: note: declared 
> here
>    75 | GtkToggleAction *gtk_toggle_action_new               (const gchar     
> *name,
>       |                  ^~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1329:9: warning: ‘gtk_action_group_add_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1329 |         gtk_action_group_add_action(bfwin->documentGroup, 
> GTK_ACTION(toggleaction));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared 
> here
>   200 | void            gtk_action_group_add_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1332:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1332 |         merge_id = gtk_ui_manager_new_merge_id(manager);
>       |         ^~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1333:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated 
> [-Wdeprecated-declarations]
>  1333 |         gtk_ui_manager_add_ui(manager, merge_id,
>       |         ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
>   171 | void           gtk_ui_manager_add_ui              (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1339:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  1339 |         bfwin->menubar = gtk_ui_manager_get_widget(manager, 
> "/MainMenu");
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1378:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  1378 |         toolbar = gtk_ui_manager_get_widget(manager, "/MainToolbar");
>       |         ^~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_action_set_sensitive’:
> bfwin_uimanager.c:1469:9: warning: ‘gtk_ui_manager_get_action’ is deprecated 
> [-Wdeprecated-declarations]
>  1469 |         GtkAction *action = gtk_ui_manager_get_action(manager, path);
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
>   155 | GtkAction     *gtk_ui_manager_get_action          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1475:9: warning: ‘gtk_action_set_sensitive’ is deprecated 
> [-Wdeprecated-declarations]
>  1475 |         gtk_action_set_sensitive(action, sensitive);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
>   109 | void         gtk_action_set_sensitive          (GtkAction     *action,
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_set_menu_toggle_item’:
> bfwin_uimanager.c:1481:9: warning: ‘gtk_action_group_get_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1481 |         GtkAction *action = gtk_action_group_get_action(action_group, 
> action_name);
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared 
> here
>   195 | GtkAction      *gtk_action_group_get_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1487:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1487 |         if ((gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action))) 
> != is_active)
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1488:17: warning: ‘gtk_toggle_action_set_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1488 |                 
> gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), is_active);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared 
> here
>    82 | void             gtk_toggle_action_set_active        (GtkToggleAction 
> *action,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_set_menu_toggle_item_from_path’:
> bfwin_uimanager.c:1547:9: warning: ‘gtk_ui_manager_get_action’ is deprecated 
> [-Wdeprecated-declarations]
>  1547 |         GtkAction *action = gtk_ui_manager_get_action(manager, path);
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
>   155 | GtkAction     *gtk_ui_manager_get_action          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1553:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1553 |         if ((gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action))) 
> != is_active)
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1554:17: warning: ‘gtk_toggle_action_set_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1554 |                 
> gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), is_active);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared 
> here
>    82 | void             gtk_toggle_action_set_active        (GtkToggleAction 
> *action,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘dynamic_menu_item_create’:
> bfwin_uimanager.c:1566:9: warning: ‘gtk_action_group_get_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1566 |         action = gtk_action_group_get_action(action_group, 
> action_name);
>       |         ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared 
> here
>   195 | GtkAction      *gtk_action_group_get_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1573:17: warning: ‘gtk_action_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1573 |                 action = gtk_action_new(action_name, action_label, 
> NULL, NULL);
>       |                 ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here
>    98 | GtkAction   *gtk_action_new                    (const gchar *name,
>       |              ^~~~~~~~~~~~~~
> bfwin_uimanager.c:1575:17: warning: ‘gtk_radio_action_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1575 |                 action = (GtkAction *) 
> gtk_radio_action_new(action_name, action_label, NULL, NULL, radio_value);
>       |                 ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:75:17: note: declared 
> here
>    75 | GtkRadioAction *gtk_radio_action_new               (const gchar       
>     *name,
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1580:17: warning: ‘gtk_radio_action_set_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1580 |                 gtk_radio_action_set_group(GTK_RADIO_ACTION(action), 
> *radio_group);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:83:17: note: declared 
> here
>    83 | void            gtk_radio_action_set_group         (GtkRadioAction    
>     *action,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1581:17: warning: ‘gtk_radio_action_get_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1581 |                 *radio_group = 
> gtk_radio_action_get_group(GTK_RADIO_ACTION(action));
>       |                 ^
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared 
> here
>    81 | GSList         *gtk_radio_action_get_group         (GtkRadioAction    
>     *action);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1585:9: warning: ‘gtk_action_group_add_action_with_accel’ 
> is deprecated [-Wdeprecated-declarations]
>  1585 |         gtk_action_group_add_action_with_accel(action_group, action, 
> "");
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:203:17: note: declared 
> here
>   203 | void            gtk_action_group_add_action_with_accel   
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o doc_comments.o doc_comments.c
> bfwin_uimanager.c:1589:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated 
> [-Wdeprecated-declarations]
>  1589 |         gtk_ui_manager_add_ui(uimanager, merge_id, path, action_name, 
> action_name, GTK_UI_MANAGER_MENUITEM, TRUE);
>       |         ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
>   171 | void           gtk_ui_manager_add_ui              (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_encoding_set_wo_activate’:
> bfwin_uimanager.c:1600:9: warning: ‘gtk_action_group_get_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1600 |         GtkAction *action = 
> gtk_action_group_get_action(bfwin->encodings_group, temp);
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared 
> here
>   195 | GtkAction      *gtk_action_group_get_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1608:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1608 |         if (!gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action))) 
> {
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1611:17: warning: ‘gtk_toggle_action_set_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1611 |                 
> gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), TRUE);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared 
> here
>    82 | void             gtk_toggle_action_set_active        (GtkToggleAction 
> *action,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_lang_mode_set_wo_activate’:
> bfwin_uimanager.c:1624:9: warning: ‘gtk_action_group_get_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1624 |         action = gtk_action_group_get_action(bfwin->lang_mode_group, 
> bflang->name);
>       |         ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared 
> here
>   195 | GtkAction      *gtk_action_group_get_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1631:17: warning: ‘gtk_action_group_get_action’ is 
> deprecated [-Wdeprecated-declarations]
>  1631 |                 action = 
> gtk_action_group_get_action(bfwin->lang_mode_group,"Text");
>       |                 ^~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared 
> here
>   195 | GtkAction      *gtk_action_group_get_action              
> (GtkActionGroup             *action_group,
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1632:17: warning: ‘gtk_radio_action_get_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1632 |                 group = 
> gtk_radio_action_get_group(GTK_RADIO_ACTION(action));
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared 
> here
>    81 | GSList         *gtk_radio_action_get_group         (GtkRadioAction    
>     *action);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1637:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1637 |         if (!gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action))) 
> {
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1641:17: warning: ‘gtk_toggle_action_set_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1641 |                 
> gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), TRUE);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared 
> here
>    82 | void             gtk_toggle_action_set_active        (GtkToggleAction 
> *action,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_commands_menu_create’:
> bfwin_uimanager.c:1663:17: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1663 |                 bfwin->commands_group = 
> gtk_action_group_new("CommandsActions");
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1664:17: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1664 |                 gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->commands_group, 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1668:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1668 |         bfwin->commands_merge_id = 
> gtk_ui_manager_new_merge_id(bfwin->uimanager);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘encodings_menu_activate’:
> bfwin_uimanager.c:1697:9: warning: ‘gtk_toggle_action_get_active’ is 
> deprecated [-Wdeprecated-declarations]
>  1697 |         if (!gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action))) 
> {
>       |         ^~
> /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared 
> here
>    85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction 
> *action);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_encodings_menu_create’:
> bfwin_uimanager.c:1732:17: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1732 |                 bfwin->encodings_group = 
> gtk_action_group_new("EncodingsActions");
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1733:17: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1733 |                 gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->encodings_group, 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1738:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1738 |         bfwin->encodings_merge_id = 
> gtk_ui_manager_new_merge_id(bfwin->uimanager);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_filters_menu_create’:
> bfwin_uimanager.c:1830:17: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1830 |                 bfwin->filters_group = 
> gtk_action_group_new("FiltersActions");
>       |                 ^~~~~
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o doc_text_tools.o doc_text_tools.c
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1831:17: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1831 |                 gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->filters_group, 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1836:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1836 |         bfwin->filters_merge_id = 
> gtk_ui_manager_new_merge_id(bfwin->uimanager);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_outputbox_menu_create’:
> bfwin_uimanager.c:1870:17: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  1870 |                 bfwin->outputbox_group = 
> gtk_action_group_new("OutputboxActions");
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1871:17: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  1871 |                 gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->outputbox_group, 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:1876:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  1876 |         bfwin->outputbox_merge_id = 
> gtk_ui_manager_new_merge_id(bfwin->uimanager);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘recent_menu_label’:
> bfwin_uimanager.c:1903:24: warning: initialization discards ‘const’ qualifier 
> from pointer target type [-Wdiscarded-qualifiers]
>  1903 |         gchar *label = curi;
>       |                        ^~~~
> bfwin_uimanager.c: In function ‘recent_menu_remove_backend’:
> bfwin_uimanager.c:1919:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  1919 |         menuitem = gtk_ui_manager_get_widget(bfwin->uimanager, 
> menupath);
>       |         ^~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘recent_menu_add_backend’:
> bfwin_uimanager.c:2002:22: warning: initialization discards ‘const’ qualifier 
> from pointer target type [-Wdiscarded-qualifiers]
>  2002 |         gchar *label=curi;
>       |                      ^~~~
> bfwin_uimanager.c:2004:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  2004 |         menuitem = gtk_ui_manager_get_widget(bfwin->uimanager, 
> menupath);
>       |         ^~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘recent_create_backend’:
> bfwin_uimanager.c:2059:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
> [-Wdeprecated-declarations]
>  2059 |         menuitem = gtk_ui_manager_get_widget(bfwin->uimanager, 
> menupath);
>       |         ^~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
>   149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c: In function ‘bfwin_templates_menu_create’:
> bfwin_uimanager.c:2119:17: warning: ‘gtk_action_group_new’ is deprecated 
> [-Wdeprecated-declarations]
>  2119 |                 bfwin->templates_group = 
> gtk_action_group_new("TemplateActions");
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared 
> here
>   175 | GtkActionGroup *gtk_action_group_new                     (const gchar 
>                *name);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:2120:17: warning: ‘gtk_ui_manager_insert_action_group’ is 
> deprecated [-Wdeprecated-declarations]
>  2120 |                 gtk_ui_manager_insert_action_group(bfwin->uimanager, 
> bfwin->templates_group, 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
>   138 | void           gtk_ui_manager_insert_action_group (GtkUIManager       
>    *manager,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bfwin_uimanager.c:2124:9: warning: ‘gtk_ui_manager_new_merge_id’ is 
> deprecated [-Wdeprecated-declarations]
>  2124 |         bfwin->templates_merge_id = 
> gtk_ui_manager_new_merge_id(bfwin->uimanager);
>       |         ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
>   186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager       
>    *manager);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o doc_extern_tools.o 
> doc_extern_tools.c
> dialog_utils.c: In function ‘bluefish_small_close_button_new’:
> dialog_utils.c:64:9: warning: ‘gtk_button_set_focus_on_click’ is deprecated: 
> Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations]
>    64 |         gtk_button_set_focus_on_click(GTK_BUTTON(button), FALSE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
>                  from dialog_utils.c:22:
> /usr/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here
>   138 | void                  gtk_button_set_focus_on_click (GtkButton      
> *button,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:67:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>    67 |         image = gtk_image_new_from_stock(GTK_STOCK_CLOSE, 
> GTK_ICON_SIZE_MENU);
>       |         ^~~~~
> 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,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:67:9: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>    67 |         image = gtk_image_new_from_stock(GTK_STOCK_CLOSE, 
> GTK_ICON_SIZE_MENU);
>       |         ^~~~~
> dialog_utils.c: In function ‘dialog_stock_button_new_in_table’:
> dialog_utils.c:102:9: warning: ‘gtk_button_new_from_stock’ is deprecated: Use 
> 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
>   102 |         button = gtk_button_new_from_stock(stockID);
>       |         ^~~~~~
> /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
>   103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    
> *stock_id);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:103:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   103 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:280:
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_button_new_in_table’:
> dialog_utils.c:128:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   128 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_button_new_with_image’:
> dialog_utils.c:156:17: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>   156 |                 gtk_box_pack_start(GTK_BOX(child), 
> gtk_image_new_from_stock(stockid, GTK_ICON_SIZE_MENU), FALSE, FALSE, 1);
>       |                 ^~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
>   122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:159:17: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
> 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
>   159 |                 child = gtk_image_new_from_stock(stockid, 
> GTK_ICON_SIZE_MENU);
>       |                 ^~~~~
> /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
>   122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:168:17: warning: ‘gtk_button_new_from_stock’ is deprecated: 
> Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
>   168 |                 button = gtk_button_new_from_stock(stockid);
>       |                 ^~~~~~
> /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
>   103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    
> *stock_id);
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_button_new_with_image_in_table’:
> dialog_utils.c:202:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   202 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_check_button_in_table’:
> dialog_utils.c:226:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   226 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_color_button_in_table’:
> dialog_utils.c:239:9: warning: ‘gdk_color_parse’ is deprecated: Use 
> 'gdk_rgba_parse' instead [-Wdeprecated-declarations]
>   239 |         if (color && gdk_color_parse(color, &gdkcolor)) {
>       |         ^~
> In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:33,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:30:
> /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
>    79 | gboolean  gdk_color_parse     (const gchar    *spec,
>       |           ^~~~~~~~~~~~~~~
> dialog_utils.c:240:17: warning: ‘gtk_color_button_new_with_color’ is 
> deprecated: Use 'gtk_color_button_new_with_rgba' instead 
> [-Wdeprecated-declarations]
>   240 |                 button = gtk_color_button_new_with_color(&gdkcolor);
>       |                 ^~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:74:
> /usr/include/gtk-3.0/gtk/gtkcolorbutton.h:87:12: note: declared here
>    87 | GtkWidget *gtk_color_button_new_with_color (const GdkColor *color);
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:247:9: warning: ‘gtk_color_button_set_use_alpha’ is 
> deprecated: Use 'gtk_color_chooser_set_use_alpha' instead 
> [-Wdeprecated-declarations]
>   247 |         gtk_color_button_set_use_alpha(GTK_COLOR_BUTTON(button), 
> FALSE);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/gtkcolorbutton.h:100:14: note: declared here
>   100 | void         gtk_color_button_set_use_alpha (GtkColorButton *button,
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:248:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   248 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_combo_box_text_from_list_in_table’:
> dialog_utils.c:279:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   279 |         gtk_table_attach(GTK_TABLE(table), combobox, left_attach, 
> right_attach, top_attach, bottom_attach,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_combo_box_text_in_table’:
> dialog_utils.c:309:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   309 |         gtk_table_attach(GTK_TABLE(table), combobox, left_attach, 
> right_attach, top_attach, bottom_attach,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_entry_in_table’:
> dialog_utils.c:358:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   358 |         gtk_table_attach(GTK_TABLE(table), entry, left_attach, 
> right_attach, top_attach, bottom_attach
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_mnemonic_label_new’:
> dialog_utils.c:374:9: warning: ‘gtk_misc_set_alignment’ is deprecated 
> [-Wdeprecated-declarations]
>   374 |         gtk_misc_set_alignment(GTK_MISC(label), 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:
> /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here
>    72 | void    gtk_misc_set_alignment (GtkMisc *misc,
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_mnemonic_label_in_table’:
> dialog_utils.c:400:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   400 |         gtk_table_attach(GTK_TABLE(table), label, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_radio_button_in_table’:
> dialog_utils.c:412:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   412 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_radio_button_from_widget_in_table’:
> dialog_utils.c:426:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   426 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_spin_button_in_table’:
> dialog_utils.c:460:9: warning: ‘gtk_table_attach’ is deprecated: Use 
> 'GtkGrid' instead [-Wdeprecated-declarations]
>   460 |         gtk_table_attach(GTK_TABLE(table), button, left_attach, 
> right_attach, top_attach, bottom_attach, GTK_FILL,
>       |         ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
>   127 | void       gtk_table_attach           (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_label_new’:
> dialog_utils.c:503:9: warning: ‘gtk_misc_set_alignment’ is deprecated 
> [-Wdeprecated-declarations]
>   503 |         gtk_misc_set_alignment(GTK_MISC(label), xalign, yalign);
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here
>    72 | void    gtk_misc_set_alignment (GtkMisc *misc,
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c: In function ‘dialog_table_new’:
> dialog_utils.c:590:9: warning: ‘gtk_table_new’ is deprecated: Use 'GtkGrid' 
> instead [-Wdeprecated-declarations]
>   590 |         GtkWidget *table = gtk_table_new(rows, cols, FALSE);
>       |         ^~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
>   119 | GtkWidget* gtk_table_new              (guint            rows,
>       |            ^~~~~~~~~~~~~
> dialog_utils.c:592:9: warning: ‘gtk_table_set_row_spacings’ is deprecated: 
> Use 'GtkGrid' instead [-Wdeprecated-declarations]
>   592 |         gtk_table_set_row_spacings(GTK_TABLE(table), 10);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:159:12: note: declared here
>   159 | void       gtk_table_set_row_spacings (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
> dialog_utils.c:593:9: warning: ‘gtk_table_set_col_spacings’ is deprecated: 
> Use 'GtkGrid' instead [-Wdeprecated-declarations]
>   593 |         gtk_table_set_col_spacings(GTK_TABLE(table), 12);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:164:12: note: declared here
>   164 | void       gtk_table_set_col_spacings (GtkTable        *table,
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
> document.c: In function ‘doc_set_label_color’:
> document.c:1058:17: warning: ‘gdk_color_parse’ is deprecated: Use 
> 'gdk_rgba_parse' instead [-Wdeprecated-declarations]
>  1058 |                 gdk_color_parse(color, &labelcolor);
>       |                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:33,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>                  from document.c:22:
> /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
>    79 | gboolean  gdk_color_parse     (const gchar    *spec,
>       |           ^~~~~~~~~~~~~~~
> document.c:1061:9: warning: ‘gtk_widget_modify_fg’ is deprecated: Use 
> 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
>  1061 |         gtk_widget_modify_fg(doc->tab_menu, GTK_STATE_NORMAL, 
> color_p);
>       |         ^~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:277:
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here
>   749 | void        gtk_widget_modify_fg          (GtkWidget            
> *widget,
>       |             ^~~~~~~~~~~~~~~~~~~~
> document.c:1062:9: warning: ‘gtk_widget_modify_fg’ is deprecated: Use 
> 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
>  1062 |         gtk_widget_modify_fg(doc->tab_menu, GTK_STATE_PRELIGHT, 
> color_p);
>       |         ^~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here
>   749 | void        gtk_widget_modify_fg          (GtkWidget            
> *widget,
>       |             ^~~~~~~~~~~~~~~~~~~~
> document.c:1063:9: warning: ‘gtk_widget_modify_fg’ is deprecated: Use 
> 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
>  1063 |         gtk_widget_modify_fg(doc->tab_label, GTK_STATE_NORMAL, 
> color_p);
>       |         ^~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here
>   749 | void        gtk_widget_modify_fg          (GtkWidget            
> *widget,
>       |             ^~~~~~~~~~~~~~~~~~~~
> document.c:1064:9: warning: ‘gtk_widget_modify_fg’ is deprecated: Use 
> 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
>  1064 |         gtk_widget_modify_fg(doc->tab_label, GTK_STATE_PRELIGHT, 
> color_p);
>       |         ^~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here
>   749 | void        gtk_widget_modify_fg          (GtkWidget            
> *widget,
>       |             ^~~~~~~~~~~~~~~~~~~~
> document.c:1065:9: warning: ‘gtk_widget_modify_fg’ is deprecated: Use 
> 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
>  1065 |         gtk_widget_modify_fg(doc->tab_label, GTK_STATE_ACTIVE, 
> color_p);
>       |         ^~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here
>   749 | void        gtk_widget_modify_fg          (GtkWidget            
> *widget,
>       |             ^~~~~~~~~~~~~~~~~~~~
> document.c: In function ‘doc_new_backend’:
> document.c:3031:9: warning: ‘gtk_misc_set_alignment’ is deprecated 
> [-Wdeprecated-declarations]
>  3031 |         gtk_misc_set_alignment(GTK_MISC(newdoc->tab_menu), 0, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> 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:
> /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here
>    72 | void    gtk_misc_set_alignment (GtkMisc *misc,
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> document.c: In function ‘doc_reload’:
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o encodings_dialog.o 
> encodings_dialog.c
> document.c:3447:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  3447 |                 const gchar *buttons[] = { GTK_STOCK_CANCEL, 
> GTK_STOCK_REVERT_TO_SAVED, NULL };
>       |                 ^~~~~
> document.c:3447:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
> document.c: In function ‘doc_activate’:
> document.c:3596:24: warning: unused variable ‘dummy’ [-Wunused-variable]
>  3596 |                 GList *dummy = 
> g_list_remove_link(BFWIN(doc->bfwin)->recentdoclist, doc->recentpos);
>       |                        ^~~~~
> document.c: In function ‘doc_paste_special’:
> document.c:3873:75: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  3873 |                                                                       
>     GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL, GTK_STOCK_OK,
>       |                                                                       
>     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> document.c:3874:75: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>  3874 |                                                                       
>     GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, NULL);
>       |                                                                       
>     ^~~~~~~~~~~~~~~~~~~
> doc_text_tools.c: In function ‘convert_to_columns’:
> doc_text_tools.c:402:90: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   402 |                                                                       
>                    GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL,
>       |                                                                       
>                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> doc_text_tools.c:403:90: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   403 |                                                                       
>                    GTK_RESPONSE_REJECT, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, 
> NULL);
>       |                                                                       
>                    ^~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" 
> -DPKGDATADIR=\"/usr/share/bluefish\" 
> -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/bluefish\"  -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -Wall -pipe -I/usr/include/python3.11 -I/usr/include/python3.11 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 
> -I/usr/include/enchant-2 -pthread   -c -o external_commands.o 
> external_commands.c
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:754: bookmark.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/bluefish_2.2.14-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.


Reply via email to