=> Bootstrap dependency digest>=20010302: found digest-20210928 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for bkedit-0.6.23nb7 cd src && make gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_menu.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_tree.c bk_edit_tree.c: In function 'bk_edit_tree_add_root_node': bk_edit_tree.c:94:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] tree.order = (int) order; ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_edit.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_file.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_ccp.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_data.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_undo.c bk_edit_undo.c: In function 'save_folder_order': bk_edit_undo.c:552:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_hash_table_insert (order_table, (gpointer) child_data->id, (gpointer) child_data->order); ^ bk_edit_undo.c:552:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (g_hash_table_lookup_extended (order_table, (gpointer) child_data->id, &orig_key, &value)) ^ bk_edit_undo.c:570:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] child_data->order = (int) value; ^ bk_edit_undo.c: In function 'folder_order_cmp': bk_edit_undo.c:584:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int) a == (int) b) ^ bk_edit_undo.c:584:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int) a == (int) b) ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dnd.c bk_edit_dnd.c: In function 'bk_edit_dnd_drag_data_received': bk_edit_dnd.c:109:24: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if ((name = strstr (selection_data->data, ""))) ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:68:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strstr(const char *, const char *); ^~~~~~ bk_edit_dnd.c:115:23: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if ((url = strstr (selection_data->data, "href=\""))) ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:68:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strstr(const char *, const char *); ^~~~~~ bk_edit_dnd.c:181:24: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if ((name = strstr (selection_data->data, "NAME="))) ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:68:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strstr(const char *, const char *); ^~~~~~ bk_edit_dnd.c:187:23: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if ((url = strstr (selection_data->data, "URL="))) ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:68:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strstr(const char *, const char *); ^~~~~~ bk_edit_dnd.c:271:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] url = selection_data->data; ^ bk_edit_dnd.c:273:24: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] if ((name = strchr (selection_data->data, '\n')) != NULL) ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:55:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strchr(const char *, int); ^~~~~~ bk_edit_dnd.c:321:40: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] node_data->elements[NAME] = strdup (selection_data->data); ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ bk_edit_dnd.c:324:43: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] node_data->elements[COMMENT] = strdup (selection_data->data); ^~~~~~~~~~~~~~ In file included from bk_edit_dnd.c:28:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'guchar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ bk_edit_dnd.c:343:41: warning: pointer targets in passing argument 1 of 'uri_list_extract_uris' differ in signedness [-Wpointer-sign] GList *uris = uri_list_extract_uris (selection_data->data); ^~~~~~~~~~~~~~ bk_edit_dnd.c:58:15: note: expected 'const gchar * {aka const char *}' but argument is of type 'guchar * {aka unsigned char *}' static GList *uri_list_extract_uris (const gchar* uri_list); ^~~~~~~~~~~~~~~~~~~~~ bk_edit_dnd.c: In function 'uri_list_add': bk_edit_dnd.c:551:2: warning: 'node_data' may be used uninitialized in this function [-Wmaybe-uninitialized] gtk_clist_select_row (GTK_CLIST (tree.tree), gtk_clist_find_row_from_data (GTK_CLIST (tree.tree), node_data), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtk.h:52:0, from bk_edit.h:4, from bk_edit_dnd.c:30: /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtkctree.h:46:67: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] #define GTK_CTREE_ROW(_node_) ((GtkCTreeRow *)(((GList *)(_node_))->data)) ^~ bk_edit_dnd.c:496:16: note: 'node' was declared here GtkCTreeNode *node; ^~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_misc.c bk_edit_misc.c: In function 'bk_edit_misc_get_selection': bk_edit_misc.c:170:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) list->selection->data; ^ bk_edit_misc.c: In function 'bk_edit_misc_mixed_utf8_to_latin1': bk_edit_misc.c:196:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] in_size = strlen (in_index); ^~~~~~~~ In file included from bk_edit_misc.c:47:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ bk_edit_misc.c: In function 'bk_edit_misc_utf8_to_latin1_in_place': bk_edit_misc.c:221:22: warning: pointer targets in passing argument 1 of 'UTF8Toisolat1' differ in signedness [-Wpointer-sign] if (UTF8Toisolat1 (out, &out_len, in, &in_len) < 0) ^~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from bk_edit_misc.c:57: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:231:2: note: expected 'unsigned char *' but argument is of type 'char *' UTF8Toisolat1 (unsigned char *out, ^~~~~~~~~~~~~ bk_edit_misc.c:221:37: warning: pointer targets in passing argument 3 of 'UTF8Toisolat1' differ in signedness [-Wpointer-sign] if (UTF8Toisolat1 (out, &out_len, in, &in_len) < 0) ^~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from bk_edit_misc.c:57: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:231:2: note: expected 'const unsigned char *' but argument is of type 'char *' UTF8Toisolat1 (unsigned char *out, ^~~~~~~~~~~~~ bk_edit_misc.c: In function 'bk_edit_misc_utf8_to_latin1': bk_edit_misc.c:250:57: warning: pointer targets in passing argument 3 of 'bk_edit_misc_mixed_utf8_to_latin1' differ in signedness [-Wpointer-sign] if (bk_edit_misc_mixed_utf8_to_latin1 (out, &out_len, in, &in_len) != OK) ^~ bk_edit_misc.c:174:5: note: expected 'unsigned char *' but argument is of type 'char *' int bk_edit_misc_mixed_utf8_to_latin1 (unsigned char *out, int *out_len, unsigned char *in, int *in_len) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bk_edit_misc.c:258:10: warning: pointer targets in return differ in signedness [-Wpointer-sign] return out; ^~~ bk_edit_misc.c: In function 'bk_edit_misc_latin1_to_utf8': bk_edit_misc.c:279:37: warning: pointer targets in passing argument 3 of 'isolat1ToUTF8' differ in signedness [-Wpointer-sign] if (isolat1ToUTF8 (out, &out_len, in, &in_len) < 0) ^~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from bk_edit_misc.c:57: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:237:2: note: expected 'const unsigned char *' but argument is of type 'char *' isolat1ToUTF8 (unsigned char *out, ^~~~~~~~~~~~~ bk_edit_misc.c:285:10: warning: pointer targets in return differ in signedness [-Wpointer-sign] return out; ^~~ bk_edit_misc.c: In function 'bk_edit_misc_xml_entities_encode': bk_edit_misc.c:463:48: warning: pointer targets in passing argument 2 of 'xmlEncodeEntitiesReentrant' differ in signedness [-Wpointer-sign] char *out = xmlEncodeEntitiesReentrant (NULL, inn); ^~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:20:0, from bk_edit_misc.c:57: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/entities.h:120:4: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlEncodeEntitiesReentrant(xmlDocPtr doc, ^~~~~~~~~~~~~~~~~~~~~~~~~~ bk_edit_misc.c:463:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *out = xmlEncodeEntitiesReentrant (NULL, inn); ^~~~~~~~~~~~~~~~~~~~~~~~~~ bk_edit_misc.c: In function 'bk_edit_misc_xml_entities_decode': bk_edit_misc.c:475:44: warning: pointer targets in passing argument 2 of 'xmlStringDecodeEntities' differ in signedness [-Wpointer-sign] char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0); ^~ In file included from bk_edit_misc.c:58:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parserInternals.h:522:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlStringDecodeEntities (xmlParserCtxtPtr ctxt, ^~~~~~~~~~~~~~~~~~~~~~~ bk_edit_misc.c:475:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0); ^~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_date.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_icon.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_gtkrc.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_url_handler.c bk_edit_url_handler.c: In function 'bk_edit_url_handler': bk_edit_url_handler.c:80:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (USE_DEFAULT_HANDLER == (int) callback_data) ^ bk_edit_url_handler.c:174:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_timeout_add (2500, (GSourceFunc) child_reaper, (gpointer) pid); ^ bk_edit_url_handler.c: In function 'child_reaper': bk_edit_url_handler.c:196:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (waitpid ((int) pid, NULL, WNOHANG) == (int) pid) ^ bk_edit_url_handler.c:196:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (waitpid ((int) pid, NULL, WNOHANG) == (int) pid) ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_main.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_info.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_about.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_edit.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_undo.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_clipboard.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_plugin.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_box.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_dnd.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_find.c bk_edit_dialog_find.c: In function 'find': bk_edit_dialog_find.c:236:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int id = (int) gtk_clist_get_row_data (GTK_CLIST (dialog_find.list), row); ^ bk_edit_dialog_find.c:293:87: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] GtkCTreeNode *node = gtk_ctree_find_by_row_data_custom (GTK_CTREE (tree.tree), NULL, (gpointer) id, compare_id); ^ bk_edit_dialog_find.c:299:23: warning: variable 'node_data' set but not used [-Wunused-but-set-variable] bk_edit_tree_data *node_data; ^~~~~~~~~ bk_edit_dialog_find.c: In function 'compare_id': bk_edit_dialog_find.c:316:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (node_data->id == (int) id) ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_config.c bk_edit_dialog_config.c: In function 'url_handler_update': bk_edit_dialog_config.c:542:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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:704:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] url_handler->default_handler = (int) gtk_clist_get_row_data (GTK_CLIST (dialog_config.url_handler_list), n); ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_recent_document.c bk_edit_recent_document.c: In function 'bk_edit_recent_document': bk_edit_recent_document.c:52:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ok (NULL, (void *) callback_action); ^ bk_edit_recent_document.c:56:107: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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:120:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] len = (int) which; ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_sort.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c bk_edit_modify_indicator.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c dialog_options.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c command_line.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c config.c config.c: In function 'config_recent_documents_list_get': config.c:134:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents/child::document", path_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:161:18: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (!strcmp (node->name, "filename")) ^~~~ In file included from config.c:32:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strcmp(const char *, const char *); ^~~~~~ config.c:165:31: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] doc->filename = strdup (node->children->content); ^~~~ In file included from config.c:32:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ config.c:172:23: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] else if (!strcmp (node->name, "plugin")) ^~~~ In file included from config.c:32:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strcmp(const char *, const char *); ^~~~~~ config.c:176:29: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] doc->plugin = strdup (node->children->content); ^~~~ In file included from config.c:32:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ config.c: In function 'config_recent_documents_list_set': config.c:205:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents/child::*", path_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:228:33: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents", path_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:232:59: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (path->nodesetval->nodeTab[0], NULL, "document", NULL); ^~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:233:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "filename", ((config_recent_document *) l->data)->filename); ^~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:233:40: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "filename", ((config_recent_document *) l->data)->filename); ^ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:234:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "plugin", ((config_recent_document *) l->data)->plugin); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:234:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "plugin", ((config_recent_document *) l->data)->plugin); ^ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c: In function 'config_url_handlers_get': config.c:266:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers/child::*", path_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:295:18: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (!strcmp (attr->name, "default")) ^~~~ In file included from config.c:32:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strcmp(const char *, const char *); ^~~~~~ config.c:308:18: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (!strcmp (node->name, "name")) ^~~~ In file included from config.c:32:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strcmp(const char *, const char *); ^~~~~~ config.c:312:56: warning: pointer targets in passing argument 1 of 'bk_edit_misc_utf8_to_latin1' differ in signedness [-Wpointer-sign] url_handler->name = bk_edit_misc_utf8_to_latin1 (node->children->content); ^~~~ In file included from config.c:43:0: bk_edit_misc.h:33:7: note: expected 'char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *bk_edit_misc_utf8_to_latin1 (char *in); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:319:23: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] else if (!strcmp (node->name, "command")) ^~~~ In file included from config.c:32:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strcmp(const char *, const char *); ^~~~~~ config.c:323:59: warning: pointer targets in passing argument 1 of 'bk_edit_misc_utf8_to_latin1' differ in signedness [-Wpointer-sign] url_handler->command = bk_edit_misc_utf8_to_latin1 (node->children->content); ^~~~ In file included from config.c:43:0: bk_edit_misc.h:33:7: note: expected 'char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *bk_edit_misc_utf8_to_latin1 (char *in); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c: In function 'config_url_handlers_set': config.c:353:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers/child::*", path_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:376:33: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers", path_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:383:59: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (path->nodesetval->nodeTab[0], NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:385:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", name); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:385:36: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", name); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:386:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", command); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:386:39: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", command); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:393:22: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "default", "yes"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:393:33: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "default", "yes"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c: In function 'use_default_values': config.c:549:22: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness [-Wpointer-sign] c->doc = xmlNewDoc ("1.0"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:780:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewDoc (const xmlChar *version); ^~~~~~~~~ config.c:551:27: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness [-Wpointer-sign] root = xmlNewNode (NULL, "bk_edit"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:837:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewNode (xmlNsPtr ns, ^~~~~~~~~~ config.c:555:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] url_handlers = xmlNewChild (root, NULL, "url_handlers", NULL); ^~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:557:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:558:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Mozilla (New Window)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:558:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Mozilla (New Window)"); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:559:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u,new-window)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:559:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u,new-window)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:561:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:562:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Mozilla (Existing)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:562:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Mozilla (Existing)"); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:563:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:563:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:565:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:566:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Mozilla (New Tab)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:566:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Mozilla (New Tab)"); ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:567:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL (%u,new-tab)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:567:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL (%u,new-tab)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:568:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "default", "yes"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:568:31: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "default", "yes"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:570:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:571:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "www.archive.org (Mozilla)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:571:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "www.archive.org (Mozilla)"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:572:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(http://web.archive.org/web/*/%u,new-tab)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:572:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(http://web.archive.org/web/*/%u,new-tab)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:574:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:575:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Phoenix (New Tab)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:575:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Phoenix (New Tab)"); ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:576:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "phoenix -remote 'openURL (%u,new-tab)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:576:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "phoenix -remote 'openURL (%u,new-tab)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:578:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:579:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Opera (New Window)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:579:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Opera (New Window)"); ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:580:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "opera -remote 'openURL(%u,new-window)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:580:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "opera -remote 'openURL(%u,new-window)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:582:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:583:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Galeon (New Tab)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:583:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Galeon (New Tab)"); ^~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:584:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "galeon --new-tab %u"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:584:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "galeon --new-tab %u"); ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:586:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:587:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Netscape (Existing)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:587:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Netscape (Existing)"); ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:588:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:588:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:590:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:591:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Netscape (New Window)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:591:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Netscape (New Window)"); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:592:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u,new-window)'"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:592:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u,new-window)'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:594:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); ^~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:595:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Lynx (xterm)"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:595:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "name", "Lynx (xterm)"); ^~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:596:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "xterm -e lynx %u"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:596:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNewChild (node, NULL, "command", "xterm -e lynx %u"); ^~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:599:55: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] recently_opened_documents = xmlNewChild (root, NULL, "recently_opened_documents", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:600:41: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (recently_opened_documents, "size", "5"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:600:49: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (recently_opened_documents, "size", "5"); ^~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:603:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] browser_type = xmlNewChild (root, NULL, "browser_type", NULL); ^~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:604:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (browser_type, "type", "Mozilla v1.0, v1.1, v1.2, v1.3 and Netscape 6+"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:604:36: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (browser_type, "type", "Mozilla v1.0, v1.1, v1.2, v1.3 and Netscape 6+"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:607:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] middle_mouse = xmlNewChild (root, NULL, "middle_mouse", NULL); ^~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:608:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (middle_mouse, "use", "yes"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:608:35: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (middle_mouse, "use", "yes"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:611:44: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] dialog_options = xmlNewChild (root, NULL, "dialog_options", NULL); ^~~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:613:52: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] url_dropzone = xmlNewChild (dialog_options, NULL, "url_dropzone", NULL); ^~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:614:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (url_dropzone, "sticky", "no"); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:614:38: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (url_dropzone, "sticky", "no"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:615:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (url_dropzone, "always_on_top", "no"); ^~~~~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:615:45: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (url_dropzone, "always_on_top", "no"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:617:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_dropzone, NULL, "size", NULL); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:618:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "use", "no"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:618:27: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "use", "no"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:619:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "width", "230"); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:619:29: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "width", "230"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:620:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "height", "29"); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:620:30: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "height", "29"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:622:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] node = xmlNewChild (url_dropzone, NULL, "position", NULL); ^~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:623:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "use", "no"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:623:27: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "use", "no"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:624:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "x", "10"); ^~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:624:25: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "x", "10"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:625:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "y", "10"); ^~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:625:25: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (node, "y", "10"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:628:40: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] sort_order = xmlNewChild (root, NULL, "sort_order", NULL); ^~~~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:629:26: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (sort_order, "type", "Unsorted"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:629:34: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (sort_order, "type", "Unsorted"); ^~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c: In function 'set_property': config.c:636:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] xmlXPathObjectPtr path = xmlXPathEvalExpression (xpath, path_ctx); ^~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:653:54: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] xmlNodePtr browser_type = xmlNewChild (root, NULL, strrchr (xpath, ':') + 1, NULL); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewChild (xmlNodePtr parent, ^~~~~~~~~~~ config.c:654:29: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (browser_type, property, value); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:654:39: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] xmlNewProp (browser_type, property, value); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:790:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlNewProp (xmlNodePtr node, ^~~~~~~~~~ config.c:665:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] xmlSetProp (node, property, value); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlSetProp (xmlNodePtr node, ^~~~~~~~~~ config.c:665:30: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] xmlSetProp (node, property, value); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from config.c:38: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlSetProp (xmlNodePtr node, ^~~~~~~~~~ config.c: In function 'get_property': config.c:675:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] xmlXPathObjectPtr path = xmlXPathEvalExpression (xpath, path_ctx); ^~~~~ In file included from config.c:39:0: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:529:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ config.c:689:18: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] value = strdup (path->stringval); ^~~~ In file included from config.c:32:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c convert.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c plugin.c plugin.c: In function 'plugin_new': plugin.c:61:11: warning: 'plug' may be used uninitialized in this function [-Wmaybe-uninitialized] plugin *plug = plugin_load (plug, so.gl_pathv[i]); ^~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c char_vector.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c g_stack.c cd plugins && make cd all_edit && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/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 `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c nn4.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c nn4_ui.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c nn4_parse.c /tmp/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 `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c nn4_parse.yacc.c nn4_parse.yacc.c: In function 'yyparse': nn4_parse.yacc.c:1113:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] yychar = yylex (); ^~~~~ nn4_parse.yacc.c:1374:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] yyerror (YY_("syntax error")); ^~~~~~~ yyerrok /usr/bin/flex -i -onn4_parse.lex.c nn4_parse.lex gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c nn4_parse.lex.c nn4_parse.lex: In function 'yylex': nn4_parse.lex:79:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:80:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex:98:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:99:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex:133:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:134:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex:156:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:157:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex:166:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:167:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex:194:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:195:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex:204:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ nn4_parse.lex:205:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ nn4_parse.lex: In function 'non_greedy_parsing': nn4_parse.lex:231:15: warning: 'text_cv' is used uninitialized in this function [-Wuninitialized] char *text_end = NULL; ^~~~~~~ gcc -shared nn4.o nn4_ui.o nn4_parse.o nn4_parse.yacc.o nn4_parse.lex.o -o nn4.so /bin/cp nn4.so ../ cd moz && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c moz.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c moz_ui.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c moz_parse.c /tmp/www/bkedit/work/.tools/bin/bison -d -o moz_parse.yacc.c moz_parse.yacc moz_parse.yacc: warning: 3 shift/reduce conflicts [-Wconflicts-sr] moz_parse.yacc: warning: 5 reduce/reduce conflicts [-Wconflicts-rr] moz_parse.yacc: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c moz_parse.yacc.c moz_parse.yacc.c: In function 'yyparse': moz_parse.yacc.c:1178:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] yychar = yylex (); ^~~~~ moz_parse.yacc.c:1535:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] yyerror (YY_("syntax error")); ^~~~~~~ yyerrok /usr/bin/flex -i -omoz_parse.lex.c moz_parse.lex gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c moz_parse.lex.c moz_parse.lex: In function 'yylex': moz_parse.lex:83:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:84:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex:102:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:103:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex:137:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:138:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex:166:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:167:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex:176:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:177:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex:214:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:215:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex:224:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ moz_parse.lex:225:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ moz_parse.lex: In function 'non_greedy_parsing': moz_parse.lex:251:15: warning: 'text_cv' is used uninitialized in this function [-Wuninitialized] char *text_end = NULL; ^~~~~~~ gcc -shared moz.o moz_ui.o moz_parse.o moz_parse.yacc.o moz_parse.lex.o -o moz.so /bin/cp moz.so ../ cd opera && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera_misc.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera_ui.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera_parse.c /tmp/www/bkedit/work/.tools/bin/bison -d -o opera_parse.yacc.c opera_parse.yacc opera_parse.yacc: warning: 3 shift/reduce conflicts [-Wconflicts-sr] opera_parse.yacc: warning: 5 reduce/reduce conflicts [-Wconflicts-rr] opera_parse.yacc: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples opera_parse.yacc:85.10: warning: rule useless in parser due to conflicts [-Wother] 85 | | /* void */ | ^ opera_parse.yacc:106.8: warning: rule useless in parser due to conflicts [-Wother] 106 | | /* void */ | ^ gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera_parse.yacc.c opera_parse.yacc.c: In function 'yyparse': opera_parse.yacc.c:1050:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] yychar = yylex (); ^~~~~ opera_parse.yacc.c:1323:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] yyerror (YY_("syntax error")); ^~~~~~~ yyerrok /usr/bin/flex -i -oopera_parse.lex.c opera_parse.lex gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera_parse.lex.c opera_parse.lex: In function 'yylex': opera_parse.lex:76:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ^ At top level: opera_parse.lex.c:1383:16: warning: 'input' defined but not used [-Wunused-function] #else ^ opera_parse.lex.c:1336:17: warning: 'yyunput' defined but not used [-Wunused-function] ^ gcc -shared opera.o opera_misc.o opera_ui.o opera_parse.o opera_parse.yacc.o opera_parse.lex.o -o opera.so /bin/cp opera.so ../ cd opera7 && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera7.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera7_misc.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera7_ui.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera7_parse.c /tmp/www/bkedit/work/.tools/bin/bison -d -o opera7_parse.yacc.c opera7_parse.yacc opera7_parse.yacc: warning: 3 shift/reduce conflicts [-Wconflicts-sr] opera7_parse.yacc: warning: 5 reduce/reduce conflicts [-Wconflicts-rr] opera7_parse.yacc: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples opera7_parse.yacc:92.10: warning: rule useless in parser due to conflicts [-Wother] 92 | | /* void */ | ^ opera7_parse.yacc:117.8: warning: rule useless in parser due to conflicts [-Wother] 117 | | /* void */ | ^ gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera7_parse.yacc.c opera7_parse.yacc.c: In function 'yyparse': opera7_parse.yacc.c:1074:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] yychar = yylex (); ^~~~~ opera7_parse.yacc.c:1425:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] yyerror (YY_("syntax error")); ^~~~~~~ yyerrok /usr/bin/flex -i -oopera7_parse.lex.c opera7_parse.lex gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c opera7_parse.lex.c opera7_parse.lex: In function 'yylex': opera7_parse.lex:85:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ^ At top level: opera7_parse.lex.c:1523:16: warning: 'input' defined but not used [-Wunused-function] #else ^ opera7_parse.lex.c:1476:17: warning: 'yyunput' defined but not used [-Wunused-function] ^ gcc -shared opera7.o opera7_misc.o opera7_ui.o opera7_parse.o opera7_parse.yacc.o opera7_parse.lex.o -o opera7.so /bin/cp opera7.so ../ cd galeon && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c galeon.c galeon.c: In function 'convert_node_data_to_UTF8': galeon.c:372:23: warning: pointer targets in passing argument 1 of 'isolat1ToUTF8' differ in signedness [-Wpointer-sign] if (isolat1ToUTF8 (temp.elements[i], &temp_size, from->elements[i], &from_size) < 0) ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from galeon.c:35: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:237:2: note: expected 'unsigned char *' but argument is of type 'char *' isolat1ToUTF8 (unsigned char *out, ^~~~~~~~~~~~~ galeon.c:372:53: warning: pointer targets in passing argument 3 of 'isolat1ToUTF8' differ in signedness [-Wpointer-sign] if (isolat1ToUTF8 (temp.elements[i], &temp_size, from->elements[i], &from_size) < 0) ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from galeon.c:35: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:237:2: note: expected 'const unsigned char *' but argument is of type 'char *' isolat1ToUTF8 (unsigned char *out, ^~~~~~~~~~~~~ galeon.c:379:42: warning: pointer targets in passing argument 2 of 'xmlEncodeSpecialChars' differ in signedness [-Wpointer-sign] t = tt = xmlEncodeSpecialChars (NULL, temp.elements[i]); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:20:0, from galeon.c:35: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/entities.h:123:4: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlEncodeSpecialChars (const xmlDoc *doc, ^~~~~~~~~~~~~~~~~~~~~ galeon.c:420:34: warning: pointer targets in passing argument 1 of 'xmlStrcat' differ in signedness [-Wpointer-sign] to->elements[i] = xmlStrcat (to->elements[i], buffer); ^~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:18:0, from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from galeon.c:35: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xmlstring.h:87:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' xmlStrcat (xmlChar *cur, ^~~~~~~~~ galeon.c:420:51: warning: pointer targets in passing argument 2 of 'xmlStrcat' differ in signedness [-Wpointer-sign] to->elements[i] = xmlStrcat (to->elements[i], buffer); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:18:0, from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from galeon.c:35: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xmlstring.h:87:17: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlStrcat (xmlChar *cur, ^~~~~~~~~ galeon.c:420:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] to->elements[i] = xmlStrcat (to->elements[i], buffer); ^ gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c galeon_dom.c galeon_dom.c: In function 'node_get_metadata': galeon_dom.c:92:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, "info", sizeof ("info")) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:99:18: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (n->name, "metadata", sizeof ("metadata")) == 0) ^ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:107:68: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[PIXMAP] = node_get_element_content (nn, "pixmap", sizeof ("pixmap")); ^~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:107:36: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[PIXMAP] = node_get_element_content (nn, "pixmap", sizeof ("pixmap")); ^ galeon_dom.c:110:76: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[CREATE_TOOLBAR] = node_get_element_content (nn, "create_toolbar", sizeof ("create_toolbar")); ^~~~~~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:110:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[CREATE_TOOLBAR] = node_get_element_content (nn, "create_toolbar", sizeof ("create_toolbar")); ^ galeon_dom.c:113:76: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[CREATE_CONTEXT] = node_get_element_content (nn, "create_context", sizeof ("create_context")); ^~~~~~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:113:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[CREATE_CONTEXT] = node_get_element_content (nn, "create_context", sizeof ("create_context")); ^ galeon_dom.c:116:75: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[TOOLBAR_STYLE] = node_get_element_content (nn, "toolbar_style", sizeof ("toolbar_style")); ^~~~~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:116:43: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[TOOLBAR_STYLE] = node_get_element_content (nn, "toolbar_style", sizeof ("toolbar_style")); ^ galeon_dom.c:119:72: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[LAST_VISIT] = node_get_element_content (nn, "time_visited", sizeof ("time_visited")); ^~~~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:119:40: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[LAST_VISIT] = node_get_element_content (nn, "time_visited", sizeof ("time_visited")); ^ galeon_dom.c:122:75: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[LAST_MODIFIED] = node_get_element_content (nn, "time_modified", sizeof ("time_modified")); ^~~~~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:122:43: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[LAST_MODIFIED] = node_get_element_content (nn, "time_modified", sizeof ("time_modified")); ^ galeon_dom.c:125:70: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[ADD_DATE] = node_get_element_content (nn, "time_added", sizeof ("time_added")); ^~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:125:38: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[ADD_DATE] = node_get_element_content (nn, "time_added", sizeof ("time_added")); ^ galeon_dom.c:128:70: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[NICKNAME] = node_get_element_content (nn, "nick", sizeof ("nick")); ^~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:128:38: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[NICKNAME] = node_get_element_content (nn, "nick", sizeof ("nick")); ^ galeon_dom.c:131:70: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[SMARTURL] = node_get_element_content (nn, "smarturl", sizeof ("smarturl")); ^~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:131:38: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[SMARTURL] = node_get_element_content (nn, "smarturl", sizeof ("smarturl")); ^ galeon_dom.c:134:76: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data->elements[DEFAULT_FOLDER] = node_get_element_content (nn, "default_folder", sizeof ("default_folder")); ^~~~~~~~~~~~~~~~ galeon_dom.c:54:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length); ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:134:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[DEFAULT_FOLDER] = node_get_element_content (nn, "default_folder", sizeof ("default_folder")); ^ galeon_dom.c:138:59: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] node_data->elements[METADATA_OWNER] = xmlGetProp (n, "owner"); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:138:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[METADATA_OWNER] = xmlGetProp (n, "owner"); ^ galeon_dom.c:141:33: warning: pointer targets in passing argument 2 of 'g_string_append' differ in signedness [-Wpointer-sign] g_string_append (metadata, dump); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gdk/gdktypes.h:33:0, from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gdk/gdk.h:31, from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtk.h:31, from ../../bk_edit_tree.h:6, from galeon.h:5, from galeon_dom.c:33: /tmp/www/bkedit/work/.buildlink/include/glib/glib-1.2/glib.h:1656:10: note: expected 'const gchar * {aka const char *}' but argument is of type 'xmlChar * {aka unsigned char *}' GString* g_string_append (GString *string, ^~~~~~~~~~~~~~~ galeon_dom.c:151:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] xmlChar *str = metadata->str; ^~~~~~~~ galeon_dom.c: In function 'node_get_element_content': galeon_dom.c:165:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, element, element_length) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:165:27: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, element, element_length) == 0) ^~~~~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c: In function 'node_dump': galeon_dom.c:182:10: warning: pointer targets in return differ in signedness [-Wpointer-sign] return strdup (""); ^~~~~~~~~~~ galeon_dom.c:195:21: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] metadata = strdup (dump->content); ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ galeon_dom.c:195:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] metadata = strdup (dump->content); ^ galeon_dom.c: In function 'process_node_alias': galeon_dom.c:209:26: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] ref = xmlGetProp (node, "ref"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:211:26: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[REF] = ref; ^ galeon_dom.c: In function 'process_node_bookmark': galeon_dom.c:235:45: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] node_data.elements[ID] = xmlGetProp (node, "id"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:235:25: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ID] = xmlGetProp (node, "id"); ^ galeon_dom.c:236:46: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] node_data.elements[URI] = xmlGetProp (node, "href"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:236:26: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[URI] = xmlGetProp (node, "href"); ^ galeon_dom.c:244:64: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data.elements[NAME] = node_get_element_content (node, "title", sizeof ("title")); ^~~~~~~ galeon_dom.c:161:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length) ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:244:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[NAME] = node_get_element_content (node, "title", sizeof ("title")); ^ galeon_dom.c:247:34: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[METADATA] = node_get_metadata (node, &node_data); ^ galeon_dom.c:250:67: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = node_get_element_content (node, "desc", sizeof ("desc")); ^~~~~~ galeon_dom.c:161:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length) ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:250:33: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = node_get_element_content (node, "desc", sizeof ("desc")); ^ galeon_dom.c: In function 'process_node_folder': galeon_dom.c:269:45: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] node_data.elements[ID] = xmlGetProp (node, "id"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:269:25: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ID] = xmlGetProp (node, "id"); ^ galeon_dom.c:270:29: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] folded = xmlGetProp (node, "folded"); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:278:64: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data.elements[NAME] = node_get_element_content (node, "title", sizeof ("title")); ^~~~~~~ galeon_dom.c:161:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length) ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:278:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[NAME] = node_get_element_content (node, "title", sizeof ("title")); ^ galeon_dom.c:281:34: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[METADATA] = node_get_metadata (node, &node_data); ^ galeon_dom.c:284:67: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = node_get_element_content (node, "desc", sizeof ("desc")); ^~~~~~ galeon_dom.c:161:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length) ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:284:33: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = node_get_element_content (node, "desc", sizeof ("desc")); ^ galeon_dom.c:264:11: warning: variable 'folded' set but not used [-Wunused-but-set-variable] xmlChar *folded = NULL; ^~~~~~ galeon_dom.c: In function 'process_node_xbel': galeon_dom.c:301:45: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] node_data.elements[ID] = xmlGetProp (node, "id"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:301:25: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ID] = xmlGetProp (node, "id"); ^ galeon_dom.c:302:50: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] node_data.elements[VERSION] = xmlGetProp (node, "version"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from galeon_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ galeon_dom.c:302:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[VERSION] = xmlGetProp (node, "version"); ^ galeon_dom.c:310:64: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data.elements[NAME] = node_get_element_content (node, "title", sizeof ("title")); ^~~~~~~ galeon_dom.c:161:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length) ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:310:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[NAME] = node_get_element_content (node, "title", sizeof ("title")); ^ galeon_dom.c:313:34: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[METADATA] = node_get_metadata (node, &node_data); ^ galeon_dom.c:316:67: warning: pointer targets in passing argument 2 of 'node_get_element_content' differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = node_get_element_content (node, "desc", sizeof ("desc")); ^~~~~~ galeon_dom.c:161:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' static xmlChar *node_get_element_content (xmlNodePtr node, xmlChar *element, int element_length) ^~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:316:33: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = node_get_element_content (node, "desc", sizeof ("desc")); ^ galeon_dom.c: In function 'process_node': galeon_dom.c:330:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, "bookmark", sizeof ("bookmark")) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:334:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "folder", sizeof ("folder")) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:340:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "separator", sizeof ("separator")) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:344:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "alias", sizeof ("alias")) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c:348:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "xbel", sizeof ("xbel")) == 0) ^~~~ In file included from galeon_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ galeon_dom.c: In function 'convert_node_data_to_latin1': galeon_dom.c:385:58: warning: pointer targets in passing argument 3 of 'bk_edit_misc_mixed_utf8_to_latin1' differ in signedness [-Wpointer-sign] if (bk_edit_misc_mixed_utf8_to_latin1 (out, &out_len, node_data->elements[i], &len) != OK) ^~~~~~~~~ In file included from galeon_dom.c:38:0: ../../bk_edit_misc.h:31:5: note: expected 'unsigned char *' but argument is of type 'char *' int bk_edit_misc_mixed_utf8_to_latin1 (unsigned char *out, int *out_len, unsigned char *in, int *in_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ galeon_dom.c:393:27: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[i] = out; ^ gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c galeon_ui.c gcc -shared galeon.o galeon_dom.o galeon_ui.o -o galeon.so /bin/cp galeon.so ../ cd html && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c html.c html.c: In function 'save_folder_in': html.c:177:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (g_stack_push (ul_stack, (void *) ul_state) != G_STACK_OK) ^ html.c:191:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (g_stack_push (li_stack, (void *) li_state) != G_STACK_OK) ^ html.c: In function 'save_folder_out': html.c:217:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((li_state = (int) g_stack_pop (li_stack)) == 0) ^ html.c:228:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((ul_state = (int) g_stack_pop (ul_stack)) == 0) ^ gcc -shared html.o -o html.so /bin/cp html.so ../ cd links2 && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c links2.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c links2_ui.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c links2_parse.c /tmp/www/bkedit/work/.tools/bin/bison -d -o links2_parse.yacc.c links2_parse.yacc links2_parse.yacc: warning: 2 shift/reduce conflicts [-Wconflicts-sr] links2_parse.yacc: warning: 1 reduce/reduce conflict [-Wconflicts-rr] links2_parse.yacc: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c links2_parse.yacc.c links2_parse.yacc.c: In function 'yyparse': links2_parse.yacc.c:1070:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] yychar = yylex (); ^~~~~ links2_parse.yacc.c:1277:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] yyerror (YY_("syntax error")); ^~~~~~~ yyerrok /usr/bin/flex -i -olinks2_parse.lex.c links2_parse.lex gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c links2_parse.lex.c links2_parse.lex: In function 'yylex': links2_parse.lex:67:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ links2_parse.lex:68:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ links2_parse.lex:86:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ links2_parse.lex:87:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ links2_parse.lex:118:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ links2_parse.lex:119:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ links2_parse.lex:141:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ links2_parse.lex:142:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ links2_parse.lex:151:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (yylval == (YYSTYPE) NULL) ^ links2_parse.lex:152:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { ^ links2_parse.lex: In function 'non_greedy_parsing': links2_parse.lex:177:15: warning: 'text_cv' is used uninitialized in this function [-Wuninitialized] char *text_end = NULL; ^~~~~~~ gcc -shared links2.o links2_ui.o links2_parse.o links2_parse.yacc.o links2_parse.lex.o -o links2.so /bin/cp links2.so ../ cd sitebar && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c sitebar.c gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c sitebar_misc.c gcc -shared sitebar.o sitebar_misc.o -o sitebar.so /bin/cp sitebar.so ../ cd xbel && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c xbel.c xbel.c: In function 'convert_node_data_to_UTF8': xbel.c:293:23: warning: pointer targets in passing argument 1 of 'isolat1ToUTF8' differ in signedness [-Wpointer-sign] if (isolat1ToUTF8 (temp.elements[i], &temp_size, from->elements[i], &from_size) < 0) ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from xbel.c:32: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:237:2: note: expected 'unsigned char *' but argument is of type 'char *' isolat1ToUTF8 (unsigned char *out, ^~~~~~~~~~~~~ xbel.c:293:53: warning: pointer targets in passing argument 3 of 'isolat1ToUTF8' differ in signedness [-Wpointer-sign] if (isolat1ToUTF8 (temp.elements[i], &temp_size, from->elements[i], &from_size) < 0) ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:812:0, from xbel.c:32: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:237:2: note: expected 'const unsigned char *' but argument is of type 'char *' isolat1ToUTF8 (unsigned char *out, ^~~~~~~~~~~~~ xbel.c:300:42: warning: pointer targets in passing argument 2 of 'xmlEncodeSpecialChars' differ in signedness [-Wpointer-sign] t = tt = xmlEncodeSpecialChars (NULL, temp.elements[i]); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:20:0, from xbel.c:32: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/entities.h:123:4: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlEncodeSpecialChars (const xmlDoc *doc, ^~~~~~~~~~~~~~~~~~~~~ xbel.c:341:34: warning: pointer targets in passing argument 1 of 'xmlStrcat' differ in signedness [-Wpointer-sign] to->elements[i] = xmlStrcat (to->elements[i], buffer); ^~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:18:0, from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from xbel.c:32: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xmlstring.h:87:17: note: expected 'xmlChar * {aka unsigned char *}' but argument is of type 'char *' xmlStrcat (xmlChar *cur, ^~~~~~~~~ xbel.c:341:51: warning: pointer targets in passing argument 2 of 'xmlStrcat' differ in signedness [-Wpointer-sign] to->elements[i] = xmlStrcat (to->elements[i], buffer); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:18:0, from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from xbel.c:32: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/xmlstring.h:87:17: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlStrcat (xmlChar *cur, ^~~~~~~~~ xbel.c:341:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] to->elements[i] = xmlStrcat (to->elements[i], buffer); ^ gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c xbel_dom.c xbel_dom.c: In function 'node_get_desc': xbel_dom.c:92:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, "desc", sizeof ("desc")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c: In function 'node_get_title': xbel_dom.c:105:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, "title", sizeof ("title")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c: In function 'node_get_metadata': xbel_dom.c:118:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, "info", sizeof ("info")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c:125:18: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (n->name, "metadata", sizeof ("metadata")) == 0) ^ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c:128:33: warning: pointer targets in passing argument 2 of 'g_string_append' differ in signedness [-Wpointer-sign] g_string_append (metadata, dump); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gdk/gdktypes.h:33:0, from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gdk/gdk.h:31, from /tmp/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtk.h:31, from ../../bk_edit_tree.h:6, from xbel.h:5, from xbel_dom.c:33: /tmp/www/bkedit/work/.buildlink/include/glib/glib-1.2/glib.h:1656:10: note: expected 'const gchar * {aka const char *}' but argument is of type 'xmlChar * {aka unsigned char *}' GString* g_string_append (GString *string, ^~~~~~~~~~~~~~~ xbel_dom.c:131:30: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] *owner = xmlGetProp (n, "owner"); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:142:10: warning: pointer targets in return differ in signedness [-Wpointer-sign] return str; ^~~ xbel_dom.c: In function 'node_dump': xbel_dom.c:158:10: warning: pointer targets in return differ in signedness [-Wpointer-sign] return strdup (""); ^~~~~~~~~~~ xbel_dom.c:171:21: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] metadata = strdup (dump->content); ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:80:7: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' char *strdup(const char *); ^~~~~~ xbel_dom.c:171:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] metadata = strdup (dump->content); ^ xbel_dom.c: In function 'process_node_alias': xbel_dom.c:185:26: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] ref = xmlGetProp (node, "ref"); ^~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:187:26: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[REF] = ref; ^ xbel_dom.c: In function 'process_node_bookmark': xbel_dom.c:222:25: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] id = xmlGetProp (node, "id"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:223:28: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] added = xmlGetProp (node, "added"); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:224:27: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] href = xmlGetProp (node, "href"); ^~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:225:30: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] visited = xmlGetProp (node, "visited"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:226:31: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] modified = xmlGetProp (node, "modified"); ^~~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:245:27: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[NAME] = title; ^ xbel_dom.c:246:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[METADATA] = metadata; ^ xbel_dom.c:247:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = desc; ^ xbel_dom.c:248:25: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ID] = id; ^ xbel_dom.c:249:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ADD_DATE] = added; ^ xbel_dom.c:250:26: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[URI] = href; ^ xbel_dom.c:251:33: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[LAST_VISIT] = visited; ^ xbel_dom.c:252:36: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[LAST_MODIFIED] = modified; ^ xbel_dom.c: In function 'process_node_folder': xbel_dom.c:275:25: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] id = xmlGetProp (node, "id"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:276:28: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] added = xmlGetProp (node, "added"); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:277:29: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] folded = xmlGetProp (node, "folded"); ^~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:296:27: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[NAME] = title; ^ xbel_dom.c:297:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[METADATA] = metadata; ^ xbel_dom.c:298:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = desc; ^ xbel_dom.c:299:25: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ID] = id; ^ xbel_dom.c:300:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ADD_DATE] = added; ^ xbel_dom.c:270:11: warning: variable 'folded' set but not used [-Wunused-but-set-variable] xmlChar *folded = NULL; ^~~~~~ xbel_dom.c: In function 'process_node_xbel': xbel_dom.c:323:25: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] id = xmlGetProp (node, "id"); ^~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:324:28: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] added = xmlGetProp (node, "added"); ^~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:325:30: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] version = xmlGetProp (node, "version"); ^~~~~~~~~ In file included from /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16:0, from xbel_dom.c:31: /tmp/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ xbel_dom.c:344:27: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[NAME] = title; ^ xbel_dom.c:345:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[METADATA] = metadata; ^ xbel_dom.c:346:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[COMMENT] = desc; ^ xbel_dom.c:347:25: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ID] = id; ^ xbel_dom.c:348:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[ADD_DATE] = added; ^ xbel_dom.c:349:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data.elements[VERSION] = version; ^ xbel_dom.c: In function 'process_node': xbel_dom.c:360:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp (node->name, "bookmark", sizeof ("bookmark")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c:364:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "folder", sizeof ("folder")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c:370:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "separator", sizeof ("separator")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c:374:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "alias", sizeof ("alias")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c:378:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (strncmp (node->name, "xbel", sizeof ("xbel")) == 0) ^~~~ In file included from xbel_dom.c:29:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ xbel_dom.c: In function 'convert_node_data_to_latin1': xbel_dom.c:415:58: warning: pointer targets in passing argument 3 of 'bk_edit_misc_mixed_utf8_to_latin1' differ in signedness [-Wpointer-sign] if (bk_edit_misc_mixed_utf8_to_latin1 (out, &out_len, node_data->elements[i], &len) != OK) ^~~~~~~~~ In file included from xbel_dom.c:38:0: ../../bk_edit_misc.h:31:5: note: expected 'unsigned char *' but argument is of type 'char *' int bk_edit_misc_mixed_utf8_to_latin1 (unsigned char *out, int *out_len, unsigned char *in, int *in_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xbel_dom.c:423:27: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] node_data->elements[i] = out; ^ gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c xbel_ui.c gcc -shared xbel.o xbel_dom.o xbel_ui.o -o xbel.so /bin/cp xbel.so ../ cd wikilinks && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c wikilinks.c gcc -shared wikilinks.o -o wikilinks.so /bin/cp wikilinks.so ../ gcc bk_edit.o bk_edit_menu.o bk_edit_tree.o bk_edit_edit.o bk_edit_file.o bk_edit_ccp.o bk_edit_data.o bk_edit_undo.o bk_edit_dnd.o bk_edit_misc.o bk_edit_date.o bk_edit_icon.o bk_edit_gtkrc.o bk_edit_url_handler.o bk_edit_dialog_main.o bk_edit_dialog_info.o bk_edit_dialog_about.o bk_edit_dialog_edit.o bk_edit_dialog_undo.o bk_edit_dialog_clipboard.o bk_edit_dialog_plugin.o bk_edit_dialog_box.o bk_edit_dialog_dnd.o bk_edit_dialog_find.o bk_edit_dialog_config.o bk_edit_recent_document.o bk_edit_sort.o bk_edit_modify_indicator.o dialog_options.o command_line.o config.o convert.o plugin.o char_vector.o g_stack.o -o bkedit -Wl,-z,relro -Wl,-z,now -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib `/usr/pkg/bin/gtk-config --libs` `/tmp/www/bkedit/work/.buildlink/bin/xml2-config --libs` -Wl,-export-dynamic