Snippets for lxpanel 0.9.3 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/lxpanel/0.9.3_5/150amd64-default.log.
-
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ -
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^ -
configurator.c:1492:35: warning: cast to smaller integer type 'GtkFileChooserAction' from 'gpointer' (aka 'void *') [-Wvoid-pointer-to-enum-cast] 1492 | GtkFileChooserAction action = (GtkFileChooserAction) g_object_get_data(G_OBJECT(btn), "chooser-action"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
misc.c:545:13: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages] 545 | g_memmove(s - 1, s, result); | ^ -
panel.c:1693:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 1693 | else /* remove invalid data from config */ | ^ -
space.c:407:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 407 | .expand_available = TRUE, | ^~~~ -
launchtaskbar.c:1105:29: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1105 | ltbp->flags.tooltips = TRUE; | ^ ~~~~ -
launchtaskbar.c:1107:32: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1107 | ltbp->flags.show_all_desks = TRUE; | ^ ~~~~ -
launchtaskbar.c:1110:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1110 | ltbp->flags.use_mouse_wheel = TRUE; | ^ ~~~~ -
launchtaskbar.c:1111:34: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1111 | ltbp->flags.use_urgency_hint = TRUE; | ^ ~~~~ -
launchtaskbar.c:1112:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1112 | ltbp->flags.use_smaller_icons = TRUE; | ^ ~~~~ -
launchtaskbar.c:2465:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 2465 | .expand_available = TRUE, | ^~~~ -
launchtaskbar.c:2466:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 2466 | .expand_default = TRUE, | ^~~~ -
launchtaskbar.c:2485:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 2485 | .expand_available = TRUE, | ^~~~ -
launchtaskbar.c:2486:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 2486 | .expand_default = TRUE, | ^~~~ -
task-button.c:1094:22: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 1094 | pixbuf = gdk_pixbuf_new_from_xpm_data((const char **) icon_xpm); | ^ -
task-button.c:1216:13: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] 1216 | !task->visible == old_visible || /* visible changed */ | ^ ~~ -
task-button.c:1217:13: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] 1217 | !task->same_name == old_same_name || /* visible name changed */ | ^ ~~ -
pager.c:169:19: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 169 | .superseded = TRUE, | ^~~~ -
tray.c:634:19: warning: incompatible pointer types assigning to 'GtkWidget *' (aka 'struct _GtkWidget *') from 'typeof (((((GObject *)(void *)((invisible))))))' (aka 'struct _GObject *') [-Wincompatible-pointer-types] 634 | tr->invisible = g_object_ref_sink(G_OBJECT(invisible)); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tray.c:695:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 695 | .one_per_system = TRUE, | ^~~~ -
xkb/xkb.c:136:89: warning: comparison of array 'xkb_desc->names->groups' equal to a null pointer is always false [-Wtautological-pointer-compare] 136 | if ((xkb_desc->names == NULL) || (xkb_desc->ctrls == NULL) || (xkb_desc->names->groups == NULL)) | ~~~~~~~~~~~~~~~~~^~~~~~ ~~~~ -
weather/httputil.c:41:7: warning: 'xmlNanoHTTPClose' is deprecated [-Wdeprecated-declarations] 41 | xmlNanoHTTPClose(pContext); | ^ -
weather/httputil.c:49:3: warning: 'xmlNanoHTTPCleanup' is deprecated [-Wdeprecated-declarations] 49 | xmlNanoHTTPCleanup(); | ^ -
weather/httputil.c:76:3: warning: 'xmlNanoHTTPInit' is deprecated [-Wdeprecated-declarations] 76 | xmlNanoHTTPInit(); | ^ -
weather/httputil.c:81:18: warning: 'xmlNanoHTTPOpen' is deprecated [-Wdeprecated-declarations] 81 | pHTTPContext = xmlNanoHTTPOpen(pczURL, &pContentType); | ^ -
weather/httputil.c:93:16: warning: 'xmlNanoHTTPReturnCode' is deprecated [-Wdeprecated-declarations] 93 | *piRetCode = xmlNanoHTTPReturnCode(pHTTPContext); | ^ -
weather/httputil.c:103:23: warning: 'xmlNanoHTTPRead' is deprecated [-Wdeprecated-declarations] 103 | while ((iReadSize = xmlNanoHTTPRead(pHTTPContext, cReadBuffer, iBufReadSize)) > 0) | ^ -
weather/httputil.c:106:20: warning: 'xmlNanoHTTPReturnCode' is deprecated [-Wdeprecated-declarations] 106 | *piRetCode = xmlNanoHTTPReturnCode(pHTTPContext); | ^ -
weather/yahooutil.c:785:3: warning: 'xmlXPathInit' is deprecated [-Wdeprecated-declarations] 785 | xmlXPathInit(); | ^ -
weather/weatherwidget.c:270:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 270 | g_type_class_add_private(klass, sizeof(GtkWeatherPrivate)); | ^ -
weather/weatherwidget.c:318:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 318 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:369:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 369 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:403:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 403 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget)); | ^ -
g_typ/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVale) last_popdown;)) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) | ^ -
weather/weatherwidget.c:458:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 458 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:548:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 548 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:593:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 593 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:622:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 622 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:664:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 664 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:703:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 703 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget)); | ^ -
weather/weatherwidget.c:737:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 737 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget)); | ^ -
weather/weatherwidget.c:772:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 772 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget)); | ^ -
weather/weatherwidget.c:1106:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1106 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:1209:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1209 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:1438:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1438 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:1534:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1534 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:1907:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1907 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:2033:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 2033 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather); | ^ -
weather/weatherwidget.c:2180:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 2180 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget)); | ^ -
weather/weatherwidget.c:2267:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 2267 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget)); | ^ -
weather/weatherwidget.c:2333:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 2333 | GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(data)); | ^