Wireshark-bugs: [Wireshark-bugs] [Bug 8433] GTK3 gtk_scrolled_window_add_with_viewport is deprec

Date: Mon, 04 Mar 2013 20:43:33 +0000

changed bug 8433

What Removed Added
Status RESOLVED UNCONFIRMED
Resolution FIXED ---

Comment # 3 on bug 8433 from
Now build fails with

  CC       libgtkui_a-rtp_player.o
rtp_player.c: In function ‘rtp_player_dlg_create’:
rtp_player.c:2367:21: error: value computed is not used [-Werror=unused-value]
rtp_player.c:2367:71: error: expected ‘)’ before ‘;’ token
rtp_player.c:2457:1: error: passing argument 1 of ‘gtk_container_add’ from
incompatible pointer type [-Werror]
/usr/include/gtk-3.0/gtk/gtkcontainer.h:112:9: note: expected ‘struct
GtkContainer *’ but argument is of type ‘struct GtkWidget *’
rtp_player.c:2457:1: error: too few arguments to function ‘gtk_container_add’
/usr/include/gtk-3.0/gtk/gtkcontainer.h:112:9: note: declared here
rtp_player.c:2457:1: error: expected ‘;’ before ‘}’ token
rtp_player.c:2337:13: error: unused variable ‘label’ [-Werror=unused-variable]
…
cc1: all warnings being treated as errors


You are receiving this mail because:
  • You are watching all bug changes.