Snippets for budgie-control-center 1.4.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/budgie-control-center/1.4.1_1/150amd64-default.log.
-
../subprojects/gvc/gvc-mixer-control.c:1325:22: warning: variable 'stream_port_count' set but not used [-Wunused-but-set-variable] 1325 | gint stream_port_count = 0; | ^ -
../panels/common/gsd-input-helper.c:80:13: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] 80 | if (!XIGetProperty (GDK_DISPLAY_XDISPLAY (display), | ^ 81 | deviceid, prop, 0, 1000, False, 82 | AnyPropertyType, &act_type, &act_format, 83 | &nitems, &bytes_after, &data) == Success) { | ~~ -
../panels/display/cc-display-panel.c:972:20: warning: variable 'n_active_outputs' set but not used [-Wunused-but-set-variable] 972 | guint n_outputs, n_active_outputs, n_usable_outputs; | ^ -
../panels/info-overview/cc-info-overview-panel.c:715:24: warning: address of stack memory associated with local variable 'localhost' returned [-Wreturn-stack-address] 715 | return (char *)localhost; | ^~~~~~~~~ -
../panels/info-overview/cc-info-overview-panel.c:778:15: warning: unused variable 'mem' [-Wunused-variable] 778 | glibtop_mem mem; | ^~~ -
../panels/info-overview/cc-info-overview-panel.c:935:1: warning: unused function 'open_hostname_edit_dialog' [-Wunused-function] 935 | open_hostname_edit_dialog (CcInfoOverviewPanel *self) | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/keyboard/cc-keyboard-shortcut-editor.c:370:16: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 370 | self->edited = TRUE; | ^ ~~~~ -
../panels/keyboard/cc-keyboard-shortcut-editor.c:721:20: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 721 | self->edited = TRUE; | ^ ~~~~ -
../panels/printers/pp-details-dialog.c:181:35: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 181 | self->ppd_file_name = g_strdup (cupsGetPPD (self->printer_name)); | ^ -
../panels/printers/pp-options-dialog.c:562:18: 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/printers/pp-ppd-option-widget.c:461:18: 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:23: 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:62: 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-utils.c:211:18: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 211 | ppd_file = ppdOpenFile (ppd_file_name); | ^ -
../panels/printers/pp-utils.c:215:22: 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:24: 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:50: 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:22: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1703 | ppd_file = ppdOpenFile (ppd_filename); | ^ -
../panels/printers/pp-utils.c:1706:26: 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:36: 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:32: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 2919 | data->result = g_strdup (cupsGetPPD (data->printer_name)); | ^ -
../panels/region/cc-format-preview.c:70:16: warning: unused variable 'fmt' [-Wunused-variable] 70 | const gchar *fmt; | ^~~ -
../panels/sharing/cc-sharing-panel.c:1653:5: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 1653 | self->remote_desktop_name_watch = 0; // ensure we don't display remote desktop options | ^ -
../panels/sharing/cc-sharing-panel.c:1616:1: warning: unused function 'remote_desktop_name_appeared' [-Wunused-function] 1616 | remote_desktop_name_appeared (GDBusConnection *connection, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../panels/user-accounts/cc-user-panel.c:270:24: warning: passing 'gconstpointer' (aka 'const void *') to parameter of type 'gpointer' (aka 'void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 270 | ua = ACT_USER (a); | ^ -
../panels/user-accounts/cc-user-panel.c:271:24: warning: passing 'gconstpointer' (aka 'const void *') to parameter of type 'gpointer' (aka 'void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 271 | ub = ACT_USER (b); | ^ -
../panels/user-accounts/cc-user-panel.c:352:26: warning: passing 'gconstpointer' (aka 'const void *') to parameter of type 'gpointer' (aka 'void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 352 | user = ACT_USER (u); | ^ -
../shell/cc-panel-list.c:594:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 594 | self->autoselect_panel = TRUE; | ^ ~~~~