Snippets for budgie-control-center 2.1.1 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/testing/budgie-control-center/budgie-control-center-2.1.1-r1.log.
-
../panels/wacom/cc-wacom-tool.c:169:17: warning: 'libwacom_stylus_get_for_id' is deprecated [-Wdeprecated-declarations] 169 | tool->wstylus = libwacom_stylus_get_for_id (wacom_db, 0xfffff); | ^~~~ -
../panels/wacom/cc-wacom-tool.c:171:17: warning: 'libwacom_stylus_get_for_id' is deprecated [-Wdeprecated-declarations] 171 | tool->wstylus = libwacom_stylus_get_for_id (wacom_db, tool->id); | ^~~~ -
../panels/wacom/cc-wacom-tool.c:187:82: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'guint64' {aka 'long long unsigned int'} [-Wformat=] 187 | path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%lx/", tool->serial); | ~~^ ~~~~~~~~~~~~ | | | | | guint64 {aka long long unsigned int} | long unsigned int | %llx -
../panels/removable-media/cc-removable-media-panel.c:477:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 477 | g_clear_pointer ((GtkWidget **) &self->other_type_dialog, gtk_widget_destroy);
-
../panels/network/connection-editor/net-connection-editor.c:358:9: warning: 'nm_setting_connection_get_read_only' is deprecated [-Wdeprecated-declarations] 358 | if (nm_setting_connection_get_read_only (sc)) { | ^~ -
../panels/user-accounts/cc-user-panel.c:270:24: warning: passing argument 1 of 'ACT_USER' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 270 | ua = ACT_USER (a); | ^ -
../panels/user-accounts/cc-user-panel.c:271:24: warning: passing argument 1 of 'ACT_USER' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 271 | ub = ACT_USER (b); | ^ -
../panels/user-accounts/cc-user-panel.c:352:26: warning: passing argument 1 of 'ACT_USER' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 352 | user = ACT_USER (u); | ^ -
../panels/printers/pp-ppd-option-widget.c:461:7: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 461 | ppd_file = ppdOpenFile (self->ppd_filename); | ^~~~~~~~ -
../panels/printers/pp-ppd-option-widget.c:462:7: warning: 'ppdLocalize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 462 | ppdLocalize (ppd_file); | ^~~~~~~~~~~ -
../panels/printers/pp-ppd-option-widget.c:466:11: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 466 | ppdMarkDefaults (ppd_file); | ^~~~~~~~~~~~~~~ -
../panels/printers/pp-ppd-option-widget.c:468:11: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 468 | for (iter = ppdFirstOption(ppd_file); iter; iter = ppdNextOption(ppd_file)) | ^~~ -
../panels/printers/pp-ppd-option-widget.c:468:11: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 468 | for (iter = ppdFirstOption(ppd_file); iter; iter = ppdNextOption(ppd_file)) | ^~~ -
../panels/printers/pp-ppd-option-widget.c:477:11: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 477 | ppdClose (ppd_file); | ^~~~~~~~ -
../panels/printers/pp-options-dialog.c:562:7: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 562 | ppd_file = ppdOpenFile (self->ppd_filename); | ^~~~~~~~ -
../panels/printers/pp-options-dialog.c:563:7: warning: 'ppdLocalize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 563 | ppdLocalize (ppd_file); | ^~~~~~~~~~~ -
../panels/printers/pp-options-dialog.c:567:11: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 567 | ppdMarkDefaults (ppd_file); | ^~~~~~~~~~~~~~~ -
../panels/printers/pp-options-dialog.c:568:11: warning: 'cupsMarkOptions' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 568 | cupsMarkOptions (ppd_file, | ^~~~~~~~~~~~~~~ -
../panels/printers/pp-options-dialog.c:624:11: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 624 | ppdClose (ppd_file); | ^~~~~~~~ -
../panels/user-accounts/cc-add-user-dialog.c:1611:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1611 | g_clear_pointer ((GtkWidget **)&self->join_dialog, gtk_widget_destroy);
-
../panels/printers/pp-details-dialog.c:181:3: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 181 | self->ppd_file_name = g_strdup (cupsGetPPD (self->printer_name)); | ^~~~ -
../panels/sharing/cc-sharing-panel.c:1616:1: warning: 'remote_desktop_name_appeared' defined but not used [-Wunused-function] 1616 | remote_desktop_name_appeared (GDBusConnection *connection, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/printers/pp-utils.c:211:7: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 211 | ppd_file = ppdOpenFile (ppd_file_name); | ^~~~~~~~ -
../panels/printers/pp-utils.c:215:11: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 215 | ppd_attr = ppdFindAttr (ppd_file, attribute_name, NULL); | ^~~~~~~~ -
../panels/printers/pp-utils.c:218:11: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 218 | ppdClose (ppd_file); | ^~~~~~~~ -
../panels/printers/pp-utils.c:436:3: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 436 | ppd_link = g_strdup (cupsGetPPD (old_name)); | ^~~~~~~~ -
../panels/printers/pp-utils.c:1700:7: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1700 | g_autofree gchar *ppd_filename = g_strdup (cupsGetServerPPD (CUPS_HTTP_DEFAULT, data->ppds_names[i])); | ^~~~~~~~~~ -
../panels/printers/pp-utils.c:1703:11: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1703 | ppd_file = ppdOpenFile (ppd_filename); | ^~~~~~~~ -
../panels/printers/pp-utils.c:1706:15: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1706 | ppd_attr = ppdFindAttr (ppd_file, data->attribute_name, NULL); | ^~~~~~~~ -
../panels/printers/pp-utils.c:1710:15: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1710 | ppdClose (ppd_file); | ^~~~~~~~ -
../panels/printers/pp-utils.c:2913:11: warning: 'cupsGetPPD2' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 2913 | data->result = g_strdup (cupsGetPPD2 (http, data->printer_name)); | ^~~~ -
../panels/printers/pp-utils.c:2919:7: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 2919 | data->result = g_strdup (cupsGetPPD (data->printer_name)); | ^~~~ -
../panels/network/panel-common.c:421:17: warning: 'nm_setting_connection_get_master' is deprecated [-Wdeprecated-declarations] 421 | if (nm_setting_connection_get_master (s_con) && | ^~ -
/usr/include/glib-2.0/glib/ghash.h:175:30: warning: 'method' may be used uninitialized [-Wmaybe-uninitialized] 175 | #define g_str_equal(v1, v2) (strcmp ((const char *) (v1), (const char *) (v2)) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/region/cc-format-preview.c:70:16: warning: unused variable 'fmt' [-Wunused-variable] 70 | const gchar *fmt; | ^~~ -
../panels/wacom/cc-wacom-device.c:264:9: warning: 'libwacom_get_supported_styli' is deprecated [-Wdeprecated-declarations] 264 | return libwacom_get_supported_styli (device->wdevice, n_tools); | ^~~~~~ -
../panels/network/net-device-wifi.c:475:9: warning: 'nm_utils_escape_ssid' is deprecated [-Wdeprecated-declarations] 475 | ssid_target = nm_utils_escape_ssid ((gpointer) g_bytes_get_data (ssid, NULL), g_bytes_get_size (ssid)); | ^~~~~~~~~~~ -
../panels/region/cc-region-panel.c:172:17: warning: 'current_locale' may be used uninitialized [-Wmaybe-uninitialized] 172 | uselocale (current_locale); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/wacom/cc-tablet-tool-map.c:237:36: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'guint64' {aka 'long long unsigned int'} [-Wformat=] 237 | return g_strdup_printf ("%lx", serial); | ~~^ ~~~~~~ | | | | | guint64 {aka long long unsigned int} | long unsigned int | %llx -
../panels/wwan/cc-wwan-errors-private.h:73:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 73 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_MS, "Illegal MS" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:74:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 74 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_ME, "Illegal ME" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:75:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 75 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_NOT_ALLOWED, N_("GPRS services not allowed") }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:76:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 76 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_PLMN_NOT_ALLOWED, "PLMN not allowed" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:77:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 77 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_LOCATION_NOT_ALLOWED, "Location area not allowed" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:78:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 78 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_ROAMING_NOT_ALLOWED, N_("Roaming not allowed in this location area") }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:79:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 79 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUPPORTED, "Service option not supported" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:80:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 80 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUBSCRIBED, "Requested service option not subscribed" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:81:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 81 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_OUT_OF_ORDER, "Service option temporarily out of order" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:83:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 83 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_PDP_AUTH_FAILURE, "PDP authentication failure" }, | ^ -
../panels/wwan/cc-wwan-errors-private.h:84:3: warning: 'MMMobileEquipmentErrorDeprecated' is deprecated [-Wdeprecated-declarations] 84 | { MM_MOBILE_EQUIPMENT_ERROR_GPRS_INVALID_MOBILE_CLASS, "Invalid mobile class" }, | ^ -
../panels/wwan/cc-wwan-data.c:929:7: warning: 'nm_remote_connection_commit_changes' is deprecated [-Wdeprecated-declarations] 929 | nm_remote_connection_commit_changes (NM_REMOTE_CONNECTION (connection), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/wwan/cc-wwan-data.c:987:5: warning: 'nm_remote_connection_delete' is deprecated [-Wdeprecated-declarations] 987 | ret = nm_remote_connection_delete (connection, cancellable, error); | ^~~ -
../panels/power/cc-power-panel.c:129:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 129 | g_clear_pointer ((GtkWidget **) &self->automatic_suspend_dialog, gtk_widget_destroy); | ^ -
../panels/wwan/cc-wwan-panel.c:187:21: warning: 'MMModemCapabilityDeprecated' is deprecated [-Wdeprecated-declarations] 187 | MM_MODEM_CAPABILITY_LTE_ADVANCED)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/keyboard/cc-input-row.c:77:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 77 | g_clear_pointer ((GtkWidget **) &self->drag_widget, gtk_widget_destroy);
-
../panels/info-overview/cc-info-overview-panel.c:759:15: warning: unused variable 'mem' [-Wunused-variable] 759 | glibtop_mem mem; | ^~~ -
../panels/color/cc-color-calibrate.c:1001:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1001 | g_clear_pointer ((GtkWidget **)&calibrate->window, gtk_widget_destroy);