Ethereal-dev: Re: [Ethereal-dev] H235 & ASN1 compiler

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 28 May 2004 21:56:33 -0700
On Fri, May 28, 2004 at 11:23:42AM +0200, Tomas Kukosa wrote:
> What happens if the _U_ is emitted and the parameter is used in the function?

Nothing significant.  _U_ doesn't cause any problems if the parameter
is, in fact, used (other than omitting a warning if the parameter later
becomes unused - but as this is machine-generated code, it'd take some
more work to make the parameter go away in that case, and if the
function is called through a pointer we *can't* make it go away).