Build failure on HP-UX 11.11 build farm due to return from void function

McCall, Don (GSE-WTEC-Alpharetta) don.mccall at hp.com
Wed Mar 21 18:05:54 GMT 2007


Thanks Volker.
Better, but there are still a couple of instances still to look at, now
that that's clean, getting errors on:

 void cli_free_encryption_context(struct cli_state *cli)
{
        return common_free_encryption_state(&cli->trans_enc_state);
}

And 
void cli_free_enc_buffer(struct cli_state *cli, char *buf)
{
        return common_free_enc_buffer(cli->trans_enc_state, buf);
}

cc: "libsmb/smb_seal.c", line 270: error 1610: Attempting to return
value from function of type void.
cc: "libsmb/smb_seal.c", line 279: error 1610: Attempting to return
value from function of type void.

Can you have a look?
Thanks!
Don
-----Original Message-----
From: Volker Lendecke [mailto:Volker.Lendecke at SerNet.DE] 
Sent: Wednesday, March 21, 2007 10:14 AM
To: McCall, Don (GSE-WTEC-Alpharetta)
Cc: samba-technical at lists.samba.org
Subject: Re: Build failure on HP-UX 11.11 build farm due to return from
void function

On Wed, Mar 21, 2007 at 07:38:36AM -0400, McCall, Don
(GSE-WTEC-Alpharetta) wrote:
> Getting a build failure on latest cvs SAMBA_3_0 cc build due to return

> value from a 'void' function:

Fixed, thanks.

Volker


More information about the samba-technical mailing list