Wireshark-bugs: [Wireshark-bugs] [Bug 8436] New: GdkGC is deprecated as of Gdk 2.22
Date: Mon, 04 Mar 2013 15:30:13 +0000
Bug ID 8436
Summary GdkGC is deprecated as of Gdk 2.22
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status IN_PROGRESS
Severity Normal
Priority Low
Component Wireshark
Assignee bugzilla-admin@wireshark.org
Reporter wmeier@newsguy.com

Build Information:
SVN
--
>From the Gdk reference manual:

"gdk_gc_new has been deprecated since version 2.22 and should not be used in
newly-written code. Use Cairo for rendering."

----------

I added GDK_DISABLE_DEPRECATED to CFLAGS and got the following:


rlc_lte_graph.c(545) :
 warning C4013: 'gdk_gc_new' undefined; assuming extern returning int

rlc_lte_graph.c(545) :
 warning C4047: '=' : 'GdkGC *' differs in levels of indirection from 'int'

rlc_lte_graph.c(546) :
 warning C4013: 'gdk_gc_set_function' undefined; assuming extern returning int

rlc_lte_graph.c(561) :
 warning C4013: 'gdk_gc_set_foreground' undefined; assuming extern returning
int



tcp_graph.c(855) :
 warning C4013: 'gdk_gc_new' undefined; assuming extern returning int

tcp_graph.c(855) :
 warning C4047: '=' : 'GdkGC *' differs in levels of indirection from 'int'

tcp_graph.c(856) :
 warning C4013: 'gdk_gc_set_function' undefined; assuming extern returning int

tcp_graph.c(871) :
 warning C4013: 'gdk_gc_set_foreground' undefined; assuming extern returning
int


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