Ethereal-dev: Re: [Ethereal-dev] Diameter Finally up to -07

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 30 Jul 2001 13:52:34 -0700 (PDT)
> gcc: 2.95.3
> 
> They are unsigned and signed ints, but the compiler gives a warning
> that gint32 is not an int.  It's probably my buggy redhat 7.0 compiler.  I
> need to upgrade it.

Sure sounds buggy - "signed int" and "int" are the same data type
(X3.159-1989, 3.5.2 "Type Specifiers", unless C99 "improved" this and
the RH compiler is going with C99).