Re: [exim-dev] exim-4.83_RC2 - expand.c:1881:1: warning: con…

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-dev
Subject: Re: [exim-dev] exim-4.83_RC2 - expand.c:1881:1: warning: control reaches end of non-void function
On 23/06/14 07:21, Eugene Istomin wrote:
> patch like:
>
> --- src/expand.c    2014-06-20 15:40:24.000000000 +0300
> +++ src/expand.c.new    2014-06-22 08:54:16.820647300 +0300
> @@ -1878,6 +1878,7 @@
>     #endif

>
>     }
> +  return;
>   }

>
>
> resolve lint check "no-return-in-nonvoid-function"


Indeed, that would be the workaround for the broken tools.

Please don't top-post.
--
Jeremy