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

Jeremy Allison jra at samba.org
Wed Mar 21 18:33:32 GMT 2007


On Wed, Mar 21, 2007 at 02:05:54PM -0400, McCall, Don (GSE-WTEC-Alpharetta) wrote:
> 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?

Should be fixed when you svn up - thanks !

Jeremy.


More information about the samba-technical mailing list