+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bkedit-0.6.23nb18/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bkedit-0.6.23nb18/work.log
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for bkedit-0.6.23nb18
cd src && make
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_menu.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_tree.c
bk_edit_tree.c: In function 'bk_edit_tree_add_root_node':
bk_edit_tree.c:94:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
94 | if (g_stack_push (tree.order_stack, (void *) tree.order) == G_STACK_FULL)
| ^
bk_edit_tree.c: In function 'bk_edit_tree_add_folder_node':
bk_edit_tree.c:196:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
196 | if (g_stack_push (tree.order_stack, (void *) tree.order) == G_STACK_FULL)
| ^
bk_edit_tree.c: In function 'bk_edit_tree_leave_folder':
bk_edit_tree.c:283:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
283 | tree.order = (int) order;
| ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_edit.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_file.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_ccp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_data.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_undo.c
bk_edit_undo.c: In function 'save_folder_order':
bk_edit_undo.c:552:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
552 | g_hash_table_insert (order_table, (gpointer) child_data->id, (gpointer) child_data->order);
| ^
bk_edit_undo.c:552:78: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
552 | g_hash_table_insert (order_table, (gpointer) child_data->id, (gpointer) child_data->order);
| ^
bk_edit_undo.c: In function 'restore_folder_order':
bk_edit_undo.c:568:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
568 | if (g_hash_table_lookup_extended (order_table, (gpointer) child_data->id, &orig_key, &value))
| ^
bk_edit_undo.c:570:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
570 | child_data->order = (int) value;
| ^
bk_edit_undo.c: In function 'folder_order_cmp':
bk_edit_undo.c:584:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
584 | if ((int) a == (int) b)
| ^
bk_edit_undo.c:584:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
584 | if ((int) a == (int) b)
| ^
bk_edit_undo.c: In function 'bk_edit_undo_undo':
bk_edit_undo.c:237:67: warning: pointer 'undo_item' used after 'free' [-Wuse-after-free]
237 | g_hash_table_destroy (undo_item->undo_data.undo_new->order_table);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
bk_edit_undo.c:234:25: note: call to 'free' here
234 | free (undo_item);
| ^~~~~~~~~~~~~~~~
bk_edit_undo.c:236:97: warning: pointer 'undo_item' used after 'free' [-Wuse-after-free]
236 | restore_folder_order (GTK_CTREE_ROW (node)->parent, undo_item->undo_data.undo_new->order_table);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
bk_edit_undo.c:234:25: note: call to 'free' here
234 | free (undo_item);
| ^~~~~~~~~~~~~~~~
bk_edit_undo.c: In function 'bk_edit_undo_new':
bk_edit_undo.c:53:28: warning: '*undo.undo_stack' may be used uninitialized [-Wmaybe-uninitialized]
53 | undo->undo_stack = g_stack_new (undo->undo_stack);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dnd.c
bk_edit_dnd.c: In function 'bk_edit_dnd_drag_data_received':
bk_edit_dnd.c:109:59: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
109 | if ((name = strstr (selection_data->data, "
")))
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
In file included from /usr/include/string.h:35,
from bk_edit_dnd.c:28:
/usr/include/iso/string_iso.h:143:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
143 | extern char *strstr(const char *, const char *);
| ^~~~~~~~~~~~
bk_edit_dnd.c:115:58: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
115 | if ((url = strstr (selection_data->data, "href=\"")))
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
/usr/include/iso/string_iso.h:143:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
143 | extern char *strstr(const char *, const char *);
| ^~~~~~~~~~~~
bk_edit_dnd.c:181:59: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
181 | if ((name = strstr (selection_data->data, "NAME=")))
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
/usr/include/iso/string_iso.h:143:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
143 | extern char *strstr(const char *, const char *);
| ^~~~~~~~~~~~
bk_edit_dnd.c:187:58: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
187 | if ((url = strstr (selection_data->data, "URL=")))
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
/usr/include/iso/string_iso.h:143:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
143 | extern char *strstr(const char *, const char *);
| ^~~~~~~~~~~~
bk_edit_dnd.c:271:29: warning: pointer targets in assignment from 'guchar *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign]
271 | url = selection_data->data;
| ^
bk_edit_dnd.c:273:59: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign]
273 | if ((name = strchr (selection_data->data, '\n')) != NULL)
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
/usr/include/iso/string_iso.h:140:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
140 | extern char *strchr(const char *, int);
| ^~~~~~~~~~~~
bk_edit_dnd.c:321:75: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
321 | node_data->elements[NAME] = strdup (selection_data->data);
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
/usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
142 | extern char *strdup(const char *);
| ^~~~~~~~~~~~
bk_edit_dnd.c:324:78: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
324 | node_data->elements[COMMENT] = strdup (selection_data->data);
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
/usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'}
142 | extern char *strdup(const char *);
| ^~~~~~~~~~~~
bk_edit_dnd.c:343:76: warning: pointer targets in passing argument 1 of 'uri_list_extract_uris' differ in signedness [-Wpointer-sign]
343 | GList *uris = uri_list_extract_uris (selection_data->data);
| ~~~~~~~~~~~~~~^~~~~~
| |
| guchar * {aka unsigned char *}
bk_edit_dnd.c:58:51: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'guchar *' {aka 'unsigned char *'}
58 | static GList *uri_list_extract_uris (const gchar* uri_list);
| ~~~~~~~~~~~~~^~~~~~~~
In file included from /home/pbulk/build/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtk.h:52,
from bk_edit.h:4,
from bk_edit_dnd.c:30:
bk_edit_dnd.c: In function 'uri_list_add':
/home/pbulk/build/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtkctree.h:46:67: warning: 'node' may be used uninitialized [-Wmaybe-uninitialized]
46 | #define GTK_CTREE_ROW(_node_) ((GtkCTreeRow *)(((GList *)(_node_))->data))
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~
bk_edit_dnd.c:546:94: note: in expansion of macro 'GTK_CTREE_ROW'
546 | bk_edit_sort_sort (bk_edit_sort_menu_get_menu_state (), gtk_ctree_sort_node, GTK_CTREE_ROW (node)->parent);
| ^~~~~~~~~~~~~
bk_edit_dnd.c:496:23: note: 'node' was declared here
496 | GtkCTreeNode *node;
| ^~~~
bk_edit_dnd.c:551:9: warning: 'node_data' may be used uninitialized [-Wmaybe-uninitialized]
551 | gtk_clist_select_row (GTK_CLIST (tree.tree), gtk_clist_find_row_from_data (GTK_CLIST (tree.tree), node_data), 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bk_edit_dnd.c:497:28: note: 'node_data' was declared here
497 | bk_edit_tree_data *node_data;
| ^~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_misc.c
bk_edit_misc.c: In function 'bk_edit_misc_get_selection':
bk_edit_misc.c:174:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
174 | return (int) list->selection->data;
| ^
bk_edit_misc.c: In function 'bk_edit_misc_mixed_utf8_to_latin1':
bk_edit_misc.c:200:35: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
200 | in_size = strlen (in_index);
| ^~~~~~~~
| |
| unsigned char *
In file included from /usr/include/string.h:35,
from bk_edit_misc.c:51:
/usr/include/iso/string_iso.h:79:22: note: expected 'const char *' but argument is of type 'unsigned char *'
79 | extern size_t strlen(const char *);
| ^~~~~~~~~~~~
bk_edit_misc.c: In function 'bk_edit_misc_utf8_to_latin1_in_place':
bk_edit_misc.c:225:36: warning: pointer targets in passing argument 1 of 'xmlUTF8ToIsolat1' differ in signedness [-Wpointer-sign]
225 | if (UTF8Toisolat1 (out, &out_len, in, &in_len) < 0)
| ^~~
| |
| char *
In file included from /home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:29,
from bk_edit_misc.c:61:
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:326:57: note: expected 'unsigned char *' but argument is of type 'char *'
326 | xmlUTF8ToIsolat1 (unsigned char *out,
| ~~~~~~~~~~~~~~~^~~
bk_edit_misc.c:225:51: warning: pointer targets in passing argument 3 of 'xmlUTF8ToIsolat1' differ in signedness [-Wpointer-sign]
225 | if (UTF8Toisolat1 (out, &out_len, in, &in_len) < 0)
| ^~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:328:63: note: expected 'const unsigned char *' but argument is of type 'char *'
328 | const unsigned char *in,
| ~~~~~~~~~~~~~~~~~~~~~^~
bk_edit_misc.c: In function 'bk_edit_misc_utf8_to_latin1':
bk_edit_misc.c:254:71: warning: pointer targets in passing argument 3 of 'bk_edit_misc_mixed_utf8_to_latin1' differ in signedness [-Wpointer-sign]
254 | if (bk_edit_misc_mixed_utf8_to_latin1 (out, &out_len, in, &in_len) != OK)
| ^~
| |
| char *
bk_edit_misc.c:178:89: note: expected 'unsigned char *' but argument is of type 'char *'
178 | int bk_edit_misc_mixed_utf8_to_latin1 (unsigned char *out, int *out_len, unsigned char *in, int *in_len)
| ~~~~~~~~~~~~~~~^~
bk_edit_misc.c:262:24: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign]
262 | return out;
| ^~~
bk_edit_misc.c: In function 'bk_edit_misc_latin1_to_utf8':
bk_edit_misc.c:283:51: warning: pointer targets in passing argument 3 of 'xmlIsolat1ToUTF8' differ in signedness [-Wpointer-sign]
283 | if (isolat1ToUTF8 (out, &out_len, in, &in_len) < 0)
| ^~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:334:63: note: expected 'const unsigned char *' but argument is of type 'char *'
334 | const unsigned char *in,
| ~~~~~~~~~~~~~~~~~~~~~^~
bk_edit_misc.c:289:24: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign]
289 | return out;
| ^~~
bk_edit_misc.c: In function 'bk_edit_misc_html_entities_encode_without_utf8':
bk_edit_misc.c:316:33: warning: 'htmlEntityValueLookup' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations]
316 | const htmlEntityDesc *entity = htmlEntityValueLookup ((unsigned char) *in);
| ^~~~~
In file included from /home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/parserInternals.h:19,
from bk_edit_misc.c:62:
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/HTMLparser.h:118:25: note: declared here
118 | htmlEntityValueLookup(unsigned int value);
| ^~~~~~~~~~~~~~~~~~~~~
bk_edit_misc.c: In function 'bk_edit_misc_html_entities_encode':
bk_edit_misc.c:364:33: warning: 'htmlEntityValueLookup' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations]
364 | const htmlEntityDesc *entity = htmlEntityValueLookup ((unsigned char) *in);
| ^~~~~
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/HTMLparser.h:118:25: note: declared here
118 | htmlEntityValueLookup(unsigned int value);
| ^~~~~~~~~~~~~~~~~~~~~
bk_edit_misc.c: In function 'bk_edit_misc_html_entities_decode':
bk_edit_misc.c:433:33: warning: 'htmlEntityLookup' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations]
433 | entity = htmlEntityLookup ((const xmlChar *) e);
| ^~~~~~
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/HTMLparser.h:115:25: note: declared here
115 | htmlEntityLookup(const xmlChar *name);
| ^~~~~~~~~~~~~~~~
bk_edit_misc.c: In function 'bk_edit_misc_xml_entities_encode':
bk_edit_misc.c:467:55: warning: pointer targets in passing argument 2 of 'xmlEncodeEntitiesReentrant' differ in signedness [-Wpointer-sign]
467 | char *out = xmlEncodeEntitiesReentrant (NULL, inn);
| ^~~
| |
| char *
In file included from /home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:25:
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/entities.h:139:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
139 | const xmlChar *input);
| ~~~~~~~~~~~~~~~^~~~~
bk_edit_misc.c:467:21: warning: pointer targets in initialization of 'char *' from 'xmlChar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
467 | char *out = xmlEncodeEntitiesReentrant (NULL, inn);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
bk_edit_misc.c: In function 'bk_edit_misc_xml_entities_decode':
bk_edit_misc.c:479:9: warning: 'xmlStringDecodeEntities' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations]
479 | char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0);
| ^~~~
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/parserInternals.h:493:17: note: declared here
493 | xmlStringDecodeEntities (xmlParserCtxt *ctxt,
| ^~~~~~~~~~~~~~~~~~~~~~~
bk_edit_misc.c:479:51: warning: pointer targets in passing argument 2 of 'xmlStringDecodeEntities' differ in signedness [-Wpointer-sign]
479 | char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0);
| ^~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/parserInternals.h:494:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
494 | const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
bk_edit_misc.c:479:21: warning: pointer targets in initialization of 'char *' from 'xmlChar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
479 | char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_date.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_icon.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_gtkrc.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_url_handler.c
bk_edit_url_handler.c: In function 'bk_edit_url_handler':
bk_edit_url_handler.c:83:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
83 | if (USE_DEFAULT_HANDLER == (int) callback_data)
| ^
bk_edit_url_handler.c:177:58: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
177 | g_timeout_add (2500, (GSourceFunc) child_reaper, (gpointer) pid);
| ^
bk_edit_url_handler.c: In function 'child_reaper':
bk_edit_url_handler.c:199:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
199 | if (waitpid ((int) pid, NULL, WNOHANG) == (int) pid)
| ^
bk_edit_url_handler.c:199:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
199 | if (waitpid ((int) pid, NULL, WNOHANG) == (int) pid)
| ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_main.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_info.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_about.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_edit.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_undo.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_clipboard.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_plugin.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_box.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_dnd.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_find.c
bk_edit_dialog_find.c: In function 'find':
bk_edit_dialog_find.c:236:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
236 | gtk_clist_set_row_data (GTK_CLIST (dialog_find.list), row, (gpointer) node_data->id);
| ^
bk_edit_dialog_find.c: In function 'row_selected':
bk_edit_dialog_find.c:291:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
291 | int id = (int) gtk_clist_get_row_data (GTK_CLIST (dialog_find.list), row);
| ^
bk_edit_dialog_find.c:293:94: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
293 | GtkCTreeNode *node = gtk_ctree_find_by_row_data_custom (GTK_CTREE (tree.tree), NULL, (gpointer) id, compare_id);
| ^
bk_edit_dialog_find.c:299:44: warning: variable 'node_data' set but not used [-Wunused-but-set-variable]
299 | bk_edit_tree_data *node_data;
| ^~~~~~~~~
bk_edit_dialog_find.c: In function 'compare_id':
bk_edit_dialog_find.c:316:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
316 | if (node_data->id == (int) id)
| ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_dialog_config.c
bk_edit_dialog_config.c: In function 'url_handler_update':
bk_edit_dialog_config.c:543:90: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
543 | gtk_clist_set_row_data (GTK_CLIST (dialog_config.url_handler_list), row, (gpointer) ((config_url_handler *) url_handler->data)->default_handler);
| ^
bk_edit_dialog_config.c: In function 'ok':
bk_edit_dialog_config.c:705:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
705 | url_handler->default_handler = (int) gtk_clist_get_row_data (GTK_CLIST (dialog_config.url_handler_list), n);
| ^
bk_edit_dialog_config.c:703:28: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
703 | url_handler->name = strdup (name);
| ^~
bk_edit_dialog_config.c:694:74: note: object of size 8 allocated by 'malloc'
694 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bk_edit_dialog_config.c:704:28: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
704 | url_handler->command = strdup (command);
| ^~
bk_edit_dialog_config.c:694:74: note: object of size 8 allocated by 'malloc'
694 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bk_edit_dialog_config.c:705:28: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
705 | url_handler->default_handler = (int) gtk_clist_get_row_data (GTK_CLIST (dialog_config.url_handler_list), n);
| ^~
bk_edit_dialog_config.c:694:74: note: object of size 8 allocated by 'malloc'
694 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_recent_document.c
bk_edit_recent_document.c: In function 'bk_edit_recent_document':
bk_edit_recent_document.c:53:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
53 | ok (NULL, (void *) callback_action);
| ^
bk_edit_recent_document.c:57:121: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
57 | bk_edit_dialog_box ("bk edit - warning", "This will discard all unsaved data.", icon_warning, ok, NULL, (void *) callback_action);
| ^
bk_edit_recent_document.c: In function 'ok':
bk_edit_recent_document.c:121:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
121 | len = (int) which;
| ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_sort.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c bk_edit_modify_indicator.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c dialog_options.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c command_line.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c config.c
config.c: In function 'config_new':
config.c:78:9: warning: 'xmlXPathInit' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations]
78 | xmlXPathInit ();
| ^~~~~~~~~~~~
In file included from config.c:39:
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:561:21: note: declared here
561 | xmlXPathInit (void);
| ^~~~~~~~~~~~
config.c: In function 'config_recent_documents_list_get':
config.c:134:58: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
134 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents/child::document", path_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:161:50: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
161 | if (!strcmp (node->name, "filename"))
| ~~~~^~~~~~
| |
| const xmlChar * {aka const unsigned char *}
In file included from /usr/include/string.h:35,
from config.c:32:
/usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'}
74 | extern int strcmp(const char *, const char *);
| ^~~~~~~~~~~~
config.c:165:87: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
165 | doc->filename = strdup (node->children->content);
| ~~~~~~~~~~~~~~^~~~~~~~~
| |
| xmlChar * {aka unsigned char *}
/usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
142 | extern char *strdup(const char *);
| ^~~~~~~~~~~~
config.c:172:55: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
172 | else if (!strcmp (node->name, "plugin"))
| ~~~~^~~~~~
| |
| const xmlChar * {aka const unsigned char *}
/usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'}
74 | extern int strcmp(const char *, const char *);
| ^~~~~~~~~~~~
config.c:176:85: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
176 | doc->plugin = strdup (node->children->content);
| ~~~~~~~~~~~~~~^~~~~~~~~
| |
| xmlChar * {aka unsigned char *}
/usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
142 | extern char *strdup(const char *);
| ^~~~~~~~~~~~
config.c: In function 'config_recent_documents_list_set':
config.c:205:58: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
205 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents/child::*", path_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:228:40: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
228 | path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents", path_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:232:73: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
232 | node = xmlNewChild (path->nodesetval->nodeTab[0], NULL, "document", NULL);
| ^~~~~~~~~~
| |
| char *
In file included from /home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:20,
from config.c:38:
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:233:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
233 | xmlNewChild (node, NULL, "filename", ((config_recent_document *) l->data)->filename);
| ^~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:233:90: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
233 | xmlNewChild (node, NULL, "filename", ((config_recent_document *) l->data)->filename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:234:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
234 | xmlNewChild (node, NULL, "plugin", ((config_recent_document *) l->data)->plugin);
| ^~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:234:88: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
234 | xmlNewChild (node, NULL, "plugin", ((config_recent_document *) l->data)->plugin);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c: In function 'config_url_handlers_get':
config.c:266:58: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
266 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers/child::*", path_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:295:50: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
295 | if (!strcmp (attr->name, "default"))
| ~~~~^~~~~~
| |
| const xmlChar * {aka const unsigned char *}
/usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'}
74 | extern int strcmp(const char *, const char *);
| ^~~~~~~~~~~~
config.c:308:50: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
308 | if (!strcmp (node->name, "name"))
| ~~~~^~~~~~
| |
| const xmlChar * {aka const unsigned char *}
/usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'}
74 | extern int strcmp(const char *, const char *);
| ^~~~~~~~~~~~
config.c:312:112: warning: pointer targets in passing argument 1 of 'bk_edit_misc_utf8_to_latin1' differ in signedness [-Wpointer-sign]
312 | url_handler->name = bk_edit_misc_utf8_to_latin1 (node->children->content);
| ~~~~~~~~~~~~~~^~~~~~~~~
| |
| xmlChar * {aka unsigned char *}
In file included from config.c:43:
bk_edit_misc.h:33:42: note: expected 'char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
33 | char *bk_edit_misc_utf8_to_latin1 (char *in);
| ~~~~~~^~
config.c:319:55: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
319 | else if (!strcmp (node->name, "command"))
| ~~~~^~~~~~
| |
| const xmlChar * {aka const unsigned char *}
/usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'}
74 | extern int strcmp(const char *, const char *);
| ^~~~~~~~~~~~
config.c:323:115: warning: pointer targets in passing argument 1 of 'bk_edit_misc_utf8_to_latin1' differ in signedness [-Wpointer-sign]
323 | url_handler->command = bk_edit_misc_utf8_to_latin1 (node->children->content);
| ~~~~~~~~~~~~~~^~~~~~~~~
| |
| xmlChar * {aka unsigned char *}
bk_edit_misc.h:33:42: note: expected 'char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
33 | char *bk_edit_misc_utf8_to_latin1 (char *in);
| ~~~~~~^~
config.c: In function 'config_url_handlers_set':
config.c:353:58: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
353 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers/child::*", path_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:376:40: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
376 | path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers", path_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:383:73: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
383 | node = xmlNewChild (path->nodesetval->nodeTab[0], NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:385:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
385 | xmlNewChild (node, NULL, "name", name);
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:385:50: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
385 | xmlNewChild (node, NULL, "name", name);
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:386:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
386 | xmlNewChild (node, NULL, "command", command);
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:386:53: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
386 | xmlNewChild (node, NULL, "command", command);
| ^~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:393:43: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
393 | xmlNewProp (node, "default", "yes");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:393:54: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
393 | xmlNewProp (node, "default", "yes");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c: In function 'use_default_values':
config.c:549:29: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness [-Wpointer-sign]
549 | c->doc = xmlNewDoc ("1.0");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:994:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
994 | xmlNewDoc (const xmlChar *version);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:551:34: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness [-Wpointer-sign]
551 | root = xmlNewNode (NULL, "bk_edit");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1045:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1045 | const xmlChar *name);
| ~~~~~~~~~~~~~~~^~~~
config.c:555:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
555 | url_handlers = xmlNewChild (root, NULL, "url_handlers", NULL);
| ^~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:557:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
557 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:558:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
558 | xmlNewChild (node, NULL, "name", "Mozilla (New Window)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:558:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
558 | xmlNewChild (node, NULL, "name", "Mozilla (New Window)");
| ^~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:559:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
559 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u,new-window)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:559:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
559 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u,new-window)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:561:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
561 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:562:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
562 | xmlNewChild (node, NULL, "name", "Mozilla (Existing)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:562:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
562 | xmlNewChild (node, NULL, "name", "Mozilla (Existing)");
| ^~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:563:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
563 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:563:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
563 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:565:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
565 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:566:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
566 | xmlNewChild (node, NULL, "name", "Mozilla (New Tab)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:566:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
566 | xmlNewChild (node, NULL, "name", "Mozilla (New Tab)");
| ^~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:567:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
567 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL (%u,new-tab)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:567:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
567 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL (%u,new-tab)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:568:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
568 | xmlNewProp (node, "default", "yes");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:568:38: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
568 | xmlNewProp (node, "default", "yes");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:570:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
570 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:571:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
571 | xmlNewChild (node, NULL, "name", "www.archive.org (Mozilla)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:571:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
571 | xmlNewChild (node, NULL, "name", "www.archive.org (Mozilla)");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:572:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
572 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(http://web.archive.org/web/*/%u,new-tab)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:572:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
572 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(http://web.archive.org/web/*/%u,new-tab)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:574:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
574 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:575:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
575 | xmlNewChild (node, NULL, "name", "Phoenix (New Tab)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:575:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
575 | xmlNewChild (node, NULL, "name", "Phoenix (New Tab)");
| ^~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:576:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
576 | xmlNewChild (node, NULL, "command", "phoenix -remote 'openURL (%u,new-tab)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:576:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
576 | xmlNewChild (node, NULL, "command", "phoenix -remote 'openURL (%u,new-tab)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:578:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
578 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:579:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
579 | xmlNewChild (node, NULL, "name", "Opera (New Window)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:579:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
579 | xmlNewChild (node, NULL, "name", "Opera (New Window)");
| ^~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:580:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
580 | xmlNewChild (node, NULL, "command", "opera -remote 'openURL(%u,new-window)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:580:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
580 | xmlNewChild (node, NULL, "command", "opera -remote 'openURL(%u,new-window)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:582:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
582 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:583:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
583 | xmlNewChild (node, NULL, "name", "Galeon (New Tab)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:583:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
583 | xmlNewChild (node, NULL, "name", "Galeon (New Tab)");
| ^~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:584:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
584 | xmlNewChild (node, NULL, "command", "galeon --new-tab %u");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:584:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
584 | xmlNewChild (node, NULL, "command", "galeon --new-tab %u");
| ^~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:586:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
586 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:587:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
587 | xmlNewChild (node, NULL, "name", "Netscape (Existing)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:587:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
587 | xmlNewChild (node, NULL, "name", "Netscape (Existing)");
| ^~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:588:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
588 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:588:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
588 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:590:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
590 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:591:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
591 | xmlNewChild (node, NULL, "name", "Netscape (New Window)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:591:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
591 | xmlNewChild (node, NULL, "name", "Netscape (New Window)");
| ^~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:592:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
592 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u,new-window)'");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:592:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
592 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u,new-window)'");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:594:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
594 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL);
| ^~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:595:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
595 | xmlNewChild (node, NULL, "name", "Lynx (xterm)");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:595:42: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
595 | xmlNewChild (node, NULL, "name", "Lynx (xterm)");
| ^~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:596:34: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
596 | xmlNewChild (node, NULL, "command", "xterm -e lynx %u");
| ^~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:596:45: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
596 | xmlNewChild (node, NULL, "command", "xterm -e lynx %u");
| ^~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1053:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1053 | const xmlChar *content);
| ~~~~~~~~~~~~~~~^~~~~~~
config.c:599:62: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
599 | recently_opened_documents = xmlNewChild (root, NULL, "recently_opened_documents", NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:600:48: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
600 | xmlNewProp (recently_opened_documents, "size", "5");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:600:56: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
600 | xmlNewProp (recently_opened_documents, "size", "5");
| ^~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:603:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
603 | browser_type = xmlNewChild (root, NULL, "browser_type", NULL);
| ^~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:604:35: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
604 | xmlNewProp (browser_type, "type", "Mozilla v1.0, v1.1, v1.2, v1.3 and Netscape 6+");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:604:43: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
604 | xmlNewProp (browser_type, "type", "Mozilla v1.0, v1.1, v1.2, v1.3 and Netscape 6+");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:607:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
607 | middle_mouse = xmlNewChild (root, NULL, "middle_mouse", NULL);
| ^~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:608:35: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
608 | xmlNewProp (middle_mouse, "use", "yes");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:608:42: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
608 | xmlNewProp (middle_mouse, "use", "yes");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:611:51: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
611 | dialog_options = xmlNewChild (root, NULL, "dialog_options", NULL);
| ^~~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:613:59: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
613 | url_dropzone = xmlNewChild (dialog_options, NULL, "url_dropzone", NULL);
| ^~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:614:35: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
614 | xmlNewProp (url_dropzone, "sticky", "no");
| ^~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:614:45: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
614 | xmlNewProp (url_dropzone, "sticky", "no");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:615:35: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
615 | xmlNewProp (url_dropzone, "always_on_top", "no");
| ^~~~~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:615:52: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
615 | xmlNewProp (url_dropzone, "always_on_top", "no");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:617:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
617 | node = xmlNewChild (url_dropzone, NULL, "size", NULL);
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:618:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
618 | xmlNewProp (node, "use", "no");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:618:34: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
618 | xmlNewProp (node, "use", "no");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:619:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
619 | xmlNewProp (node, "width", "230");
| ^~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:619:36: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
619 | xmlNewProp (node, "width", "230");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:620:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
620 | xmlNewProp (node, "height", "29");
| ^~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:620:37: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
620 | xmlNewProp (node, "height", "29");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:622:49: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
622 | node = xmlNewChild (url_dropzone, NULL, "position", NULL);
| ^~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:623:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
623 | xmlNewProp (node, "use", "no");
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:623:34: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
623 | xmlNewProp (node, "use", "no");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:624:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
624 | xmlNewProp (node, "x", "10");
| ^~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:624:32: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
624 | xmlNewProp (node, "x", "10");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:625:27: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
625 | xmlNewProp (node, "y", "10");
| ^~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:625:32: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
625 | xmlNewProp (node, "y", "10");
| ^~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:628:47: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
628 | sort_order = xmlNewChild (root, NULL, "sort_order", NULL);
| ^~~~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:629:33: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
629 | xmlNewProp (sort_order, "type", "Unsorted");
| ^~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:629:41: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
629 | xmlNewProp (sort_order, "type", "Unsorted");
| ^~~~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c: In function 'set_property':
config.c:636:58: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
636 | xmlXPathObjectPtr path = xmlXPathEvalExpression (xpath, path_ctx);
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:653:89: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
653 | xmlNodePtr browser_type = xmlNewChild (root, NULL, strrchr (xpath, ':') + 1, NULL);
| ~~~~~~~~~~~~~~~~~~~~~^~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1052:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1052 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:654:43: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
654 | xmlNewProp (browser_type, property, value);
| ^~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1003:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1003 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:654:53: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
654 | xmlNewProp (browser_type, property, value);
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1004:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1004 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c:665:27: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign]
665 | xmlSetProp (node, property, value);
| ^~~~~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1207:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1207 | const xmlChar *name,
| ~~~~~~~~~~~~~~~^~~~
config.c:665:37: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign]
665 | xmlSetProp (node, property, value);
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1208:57: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
1208 | const xmlChar *value);
| ~~~~~~~~~~~~~~~^~~~~
config.c: In function 'get_property':
config.c:675:58: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign]
675 | xmlXPathObjectPtr path = xmlXPathEvalExpression (xpath, path_ctx);
| ^~~~~
| |
| char *
/home/pbulk/build/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:537:65: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *'
537 | xmlXPathEvalExpression (const xmlChar *str,
| ~~~~~~~~~~~~~~~^~~
config.c:689:29: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
689 | value = strdup (path->stringval);
| ~~~~^~~~~~~~~~~
| |
| xmlChar * {aka unsigned char *}
/usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
142 | extern char *strdup(const char *);
| ^~~~~~~~~~~~
config.c: In function 'config_url_handlers_get':
config.c:289:28: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
289 | url_handler->default_handler = CONFIG_URL_HANDLER_NORMAL;
| ^~
config.c:283:74: note: object of size 8 allocated by 'malloc'
283 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:297:52: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
297 | url_handler->default_handler = CONFIG_URL_HANDLER_DEFAULT;
| ^~
config.c:283:74: note: object of size 8 allocated by 'malloc'
283 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:327:60: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
327 | url_handler->command = strdup ("");
| ^~
config.c:283:74: note: object of size 8 allocated by 'malloc'
283 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:323:60: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
323 | url_handler->command = bk_edit_misc_utf8_to_latin1 (node->children->content);
| ^~
config.c:283:74: note: object of size 8 allocated by 'malloc'
283 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:316:60: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
316 | url_handler->name = strdup ("");
| ^~
config.c:283:74: note: object of size 8 allocated by 'malloc'
283 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:312:60: warning: array subscript 'config_url_handler {aka struct config_url_handler_tag}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=]
312 | url_handler->name = bk_edit_misc_utf8_to_latin1 (node->children->content);
| ^~
config.c:283:74: note: object of size 8 allocated by 'malloc'
283 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c convert.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c plugin.c
plugin.c: In function 'plugin_new':
plugin.c:61:32: warning: 'plug' may be used uninitialized [-Wmaybe-uninitialized]
61 | plugin *plug = plugin_load (plug, so.gl_pathv[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
plugin.c:61:25: note: 'plug' was declared here
61 | plugin *plug = plugin_load (plug, so.gl_pathv[i]);
| ^~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c char_vector.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -Wall `/opt/pkg/bin/gtk-config --cflags` `/home/pbulk/build/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c g_stack.c
cd plugins && make
cd all_edit && make
gcc -Wall -I../.. -fPIC `/opt/pkg/bin/gtk-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c all_edit.c
gcc -shared all_edit.o -o all_edit.so
/bin/cp all_edit.so ../
cd nn4 && make
gcc -Wall -I../.. -fPIC `/opt/pkg/bin/gtk-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c nn4.c
gcc -Wall -I../.. -fPIC `/opt/pkg/bin/gtk-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c nn4_ui.c
gcc -Wall -I../.. -fPIC `/opt/pkg/bin/gtk-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c nn4_parse.c
/home/pbulk/build/www/bkedit/work/.tools/bin/bison -d -o nn4_parse.yacc.c nn4_parse.yacc
nn4_parse.yacc: warning: 3 shift/reduce conflicts [-Wconflicts-sr]
nn4_parse.yacc: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
nn4_parse.yacc: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
gcc -Wall -I../.. -fPIC `/opt/pkg/bin/gtk-config --cflags` -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/usr/include -c nn4_parse.yacc.c
nn4_parse.yacc.c: In function 'yyparse':
nn4_parse.yacc.c:1113:16: error: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
1113 | yychar = yylex ();
| ^~~~~
nn4_parse.yacc.c:1374:7: error: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration]
1374 | yyerror (YY_("syntax error"));
| ^~~~~~~
| yyerrok
*** Error code 1
Stop.
make[3]: stopped making "all" in /home/pbulk/build/www/bkedit/work/bk_edit-0.6.23/src/plugins/nn4
*** Error code 1
Stop.
make[2]: stopped making "all" in /home/pbulk/build/www/bkedit/work/bk_edit-0.6.23/src/plugins
*** Error code 1
Stop.
make[1]: stopped making "all" in /home/pbulk/build/www/bkedit/work/bk_edit-0.6.23/src
*** Error code 1
Stop.
bmake: stopped making "all" in /home/pbulk/build/www/bkedit/work/bk_edit-0.6.23
*** Error code 1
Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/bkedit
*** Error code 1
Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/bkedit