addr_compl.c: In function ‘init_all’: addr_compl.c:245:2: warning: ‘g_completion_new’ is deprecated [-Wdeprecated-declarations] g_completion = g_completion_new(completion_func); ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:58:14: note: declared here GCompletion* g_completion_new (GCompletionFunc func); ^~~~~~~~~~~~~~~~ addr_compl.c: In function ‘set_match_any_part’: addr_compl.c:255:3: warning: ‘g_completion_set_compare’ is deprecated [-Wdeprecated-declarations] g_completion_set_compare(g_completion, addr_completion_func); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:76:14: note: declared here void g_completion_set_compare (GCompletion *cmp, ^~~~~~~~~~~~~~~~~~~~~~~~ addr_compl.c:257:3: warning: ‘g_completion_set_compare’ is deprecated [-Wdeprecated-declarations] g_completion_set_compare(g_completion, strncmp); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:76:14: note: declared here void g_completion_set_compare (GCompletion *cmp, ^~~~~~~~~~~~~~~~~~~~~~~~ addr_compl.c: In function ‘free_completion_list’: addr_compl.c:289:3: warning: ‘g_completion_clear_items’ is deprecated [-Wdeprecated-declarations] g_completion_clear_items(g_completion); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:66:14: note: declared here void g_completion_clear_items (GCompletion* cmp); ^~~~~~~~~~~~~~~~~~~~~~~~ addr_compl.c: In function ‘free_all’: addr_compl.c:307:2: warning: ‘g_completion_free’ is deprecated [-Wdeprecated-declarations] g_completion_free(g_completion); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:79:14: note: declared here void g_completion_free (GCompletion* cmp); ^~~~~~~~~~~~~~~~~ addr_compl.c: In function ‘read_address_book’: addr_compl.c:399:3: warning: ‘g_completion_add_items’ is deprecated [-Wdeprecated-declarations] g_completion_add_items(g_completion, g_completion_list); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:60:14: note: declared here void g_completion_add_items (GCompletion* cmp, ^~~~~~~~~~~~~~~~~~~~~~ addr_compl.c: In function ‘complete_address’: addr_compl.c:606:2: warning: ‘g_completion_complete’ is deprecated [-Wdeprecated-declarations] result = g_completion_complete(g_completion, d, NULL); ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:68:14: note: declared here GList* g_completion_complete (GCompletion* cmp, ^~~~~~~~~~~~~~~~~~~~~ addr_compl.c: In function ‘complete_matches_found’: addr_compl.c:659:2: warning: ‘g_completion_complete’ is deprecated [-Wdeprecated-declarations] result = g_completion_complete(g_completion, d, NULL); ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:105:0, from ./common/defs.h:26, from addr_compl.c:25: /usr/include/glib-2.0/glib/deprecated/gcompletion.h:68:14: note: declared here GList* g_completion_complete (GCompletion* cmp, ^~~~~~~~~~~~~~~~~~~~~ .... mailmbox.c: In function ‘claws_mailmbox_expunge_no_lock.part.4’: mailmbox.c:1260:34: warning: ‘XXXXXX’ directive output may be truncated writing 6 bytes into a region of size bet] snprintf(tmpfile, PATH_MAX, "%sXXXXXX", folder->mb_filename); ^~~~~~ mailmbox.c:1260:3: note: ‘snprintf’ output between 7 and 4102 bytes into a destination of size 4096 snprintf(tmpfile, PATH_MAX, "%sXXXXXX", folder->mb_filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~