Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] emem.c: Two serious warnings in emem.c which must be fixed IM

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Tue, 26 Jul 2005 16:21:13 -0500
Ulf Lamping wrote:
> Hi List!
> 
> The MSVC buildbot http://buildbot.ethereal.com/ warns:
> 
> emem.c
> emem.c(206) : warning C4047: '=' : 'char ** ' differs in levels of
> indirection from 'char *'
> Generating Code...
> emem.c(175) : warning C4700: local variable 'splitted' used without
> having been initialized
> 
> I don't know if the first is a real problem but the second one looks
> real bad.
> 
> Could this be fixed before the next release?

The problems were in ep_strsplit(), which is currently unused.  I
removed it from the 0.10.12 release branch, but it still needs to be
fixed in the trunk.