On Wed, Aug 17, 2011 at 10:55:28AM -0700, buildbot-no-re...@wireshark.org wrote:
> The Buildbot has detected a new failure on builder 
> Visual-Studio-Code-Analysis while building Wireshark (development).
> Full details are available at:
>  
> http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/1693
> 
> Buildbot URL: http://buildbot.wireshark.org/trunk/
> 
> Buildslave for this Build: vs-code-analysis

Can the maintainers of the AIRPCAP code please have a look at this?

prefs_dlg.c
prefs_dlg.c(1105) : error C2220: warning treated as error - no 'object' file 
generated
prefs_dlg.c(1105) : warning C4013: 'GTK_COMBO' undefined; assuming extern 
returning int
prefs_dlg.c(1105) : error C2223: left of '->entry' must point to struct/union
prefs_dlg.c(1105) : warning C4047: 'function' : 'GTypeInstance *' differs in 
levels of indirection from 'GType'
prefs_dlg.c(1105) : warning C4024: 'g_type_check_instance_cast' : different 
types for formal and actual parameter 1
prefs_dlg.c(1105) : error C2198: 'g_type_check_instance_cast' : too few 
arguments for call

Maybe replacing GTK_COMBO(x)->entry by GTK_COMBOBOX(x) is sufficient, but I'm
not too optimistic.

Ciao
   Joerg
-- 
Joerg Mayer                                           <jma...@loplof.de>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to