All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] ‘vte_terminal_copy_clipboard’ is deprecated
@ 2017-10-09 14:55 Anthony PERARD
  2017-10-09 15:02 ` Daniel P. Berrange
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony PERARD @ 2017-10-09 14:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Hi,

Looks like vte_terminal_copy_clipboard() is been deprecated:

  CC      ui/gtk.o
ui/gtk.c: In function ‘gd_menu_copy’
ui/gtk.c:1705:5: error: ‘vte_terminal_copy_clipboard’ is deprecated [-Werror=deprecated-declarations]
     vte_terminal_copy_clipboard(VTE_TERMINAL(vc->vte.terminal));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/vte-2.91/vte/vte.h:35:0,
                 from ui/gtk.c:47:
/usr/include/vte-2.91/vte/vtedeprecated.h:94:6: note: declared here
 void vte_terminal_copy_clipboard(VteTerminal *terminal) _VTE_GNUC_NONNULL(1);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [/local/home/sheep/work/qemu/rules.mak:66: ui/gtk.o] Error 1


Package version:

$ pacman -Qo /usr/include/vte-2.91/vte/vte.h
/usr/include/vte-2.91/vte/vte.h is owned by vte3 0.50.1-1

Regards,

-- 
Anthony PERARD

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-10 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 14:55 [Qemu-devel] ‘vte_terminal_copy_clipboard’ is deprecated Anthony PERARD
2017-10-09 15:02 ` Daniel P. Berrange
2017-10-09 15:16   ` Anthony PERARD
2017-10-10 10:24   ` [Qemu-devel] [PATCH] ui/gtk: Fix deprecation of vte_terminal_copy_clipboard Anthony PERARD
2017-10-10 14:43     ` Daniel P. Berrange

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.