panel.c: In function ‘lxpanel_class_init’:
panel.c:487:38: warning: assignment to ‘gboolean (*)(GtkWidget *, GdkEventCrossing *)’ {aka ‘int (*)(GtkWidget *, struct _GdkEventCrossing *)’} from incompatible pointer type ‘gboolean (*)(GtkWidget *, GdkEventCrossing,  void *)’ {aka ‘int (*)(GtkWidget *, struct _GdkEventCrossing,  void *)’} [-Wincompatible-pointer-types]
  487 |     widget_class->enter_notify_event = lxpanel_enter_notify;
      |                                      ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from netstatus/netstatus-iface.h:28,
                 from netstatus/netstatus-iface.c:33:
netstatus/netstatus-iface.c: In function ‘print_ash_addr’:
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netstatus/netstatus-iface.c:787:3: note: in expansion of macro ‘g_string_free’
  787 |   g_string_free (str, FALSE);
      |   ^~~~~~~~~~~~~
netstatus/netstatus-iface.c: In function ‘print_ax25_addr’:
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netstatus/netstatus-iface.c:810:11: note: in expansion of macro ‘g_string_free’
  810 |           g_string_free (str, FALSE);
      |           ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netstatus/netstatus-iface.c:823:3: note: in expansion of macro ‘g_string_free’
  823 |   g_string_free (str, FALSE);
      |   ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from /usr/include/glib-2.0/glib/gi18n.h:23,
                 from xkb/xkb-plugin.c:35:
xkb/xkb-plugin.c: In function ‘xkb_constructor’:
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xkb/xkb-plugin.c:329:9: note: in expansion of macro ‘g_string_free’
  329 |         g_string_free(layouts, FALSE);
      |         ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xkb/xkb-plugin.c:330:9: note: in expansion of macro ‘g_string_free’
  330 |         g_string_free(variants, FALSE);
      |         ^~~~~~~~~~~~~
weather/weatherwidget.c: In function ‘gtk_weather_init’:
weather/weatherwidget.c:321:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  321 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_destroy’:
weather/weatherwidget.c:372:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  372 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_size_allocate’:
weather/weatherwidget.c:409:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  409 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
weather/weatherwidget.c: In function ‘gtk_weather_render’:
weather/weatherwidget.c:482:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  482 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_set_property’:
weather/weatherwidget.c:576:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  576 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_get_property’:
weather/weatherwidget.c:621:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  621 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_set_location’:
weather/weatherwidget.c:650:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  650 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_set_forecast’:
weather/weatherwidget.c:692:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  692 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_get_provider’:
weather/weatherwidget.c:717:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  717 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_set_provider’:
weather/weatherwidget.c:724:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  724 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_button_pressed’:
weather/weatherwidget.c:758:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  758 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_auto_update_toggled’:
weather/weatherwidget.c:792:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  792 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
weather/weatherwidget.c: In function ‘gtk_weather_change_location’:
weather/weatherwidget.c:827:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  827 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(widget));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
weather/weatherwidget.c: In function ‘gtk_weather_preferences_dialog_response’:
weather/weatherwidget.c:1161:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1161 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_create_preferences_dialog’:
weather/weatherwidget.c:1274:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1274 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_update_preferences_dialog’:
weather/weatherwidget.c:1523:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1523 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_run_conditions_dialog’:
weather/weatherwidget.c:1622:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1622 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_show_location_progress_bar’:
weather/weatherwidget.c:2004:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2004 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_show_location_list’:
weather/weatherwidget.c:2130:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2130 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_get_tooltip_text’:
weather/weatherwidget.c:2285:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2285 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_get_forecast’:
weather/weatherwidget.c:2380:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2380 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(weather);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
weather/weatherwidget.c: In function ‘gtk_weather_get_forecast_timerfunc’:
weather/weatherwidget.c:2447:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2447 |   GtkWeatherPrivate * priv = GTK_WEATHER_GET_PRIVATE(GTK_WEATHER(data));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
libtool: warning: 'liblxpanel.la' has not been installed in '/usr/lib/lxpanel'
libtool: warning: remember to run 'libtool --finish /usr/lib/lxpanel'
libtool: warning: relinking 'netstatus.la'
libtool: warning: relinking 'netstat.la'
libtool: warning: relinking 'volume.la'
libtool: warning: relinking 'cpu.la'
libtool: warning: relinking 'deskno.la'
libtool: warning: relinking 'batt.la'
libtool: warning: relinking 'kbled.la'
libtool: warning: relinking 'xkb.la'
libtool: warning: relinking 'thermal.la'
libtool: warning: relinking 'cpufreq.la'
libtool: warning: relinking 'monitors.la'
libtool: warning: relinking 'weather.la'
libtool: warning: remember to run 'libtool --finish /usr/lib/lxpanel/plugins'
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #