Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-cvs] cvs commit: ethereal util.c

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Sun, 21 Dec 2003 16:52:37 +0100
Andreas Sikkema wrote:

Joerg Mayer wrote:

On Sun, Dec 21, 2003 at 06:19:39AM -0600, Ulf Lamping wrote:
 removed some MSVC warnings (moved pcap.h before glib.h)
Just curious: hat sort of warning did this generate?

"INLINE" already defined (or something like that).

"inline" was a duplicate definition in glib and winpcap, both in some header files with gnu in it's names
(can't remember the exact files).

The glib definition is #ifndef'ed, but the winpcap isn't. So MSVC gives a duplicate definition warning here.

I can temporarily switch it back and send you the detailed warning text, if you're interested.

Regards, ULFL