Mailing List Archive

Re: svn commit: r1915534 - in /httpd/httpd/branches/2.4.x: ./ modules/cache/mod_socache_shmcb.c modules/proxy/balancers/mod_lbmethod_heartbeat.c os/unix/unixd.c server/buildmark.c server/scoreboard.c server/util.c server/util_expr_parse.c
On 2/2/24 12:50 PM, jorton@apache.org wrote:
> Author: jorton
> Date: Fri Feb 2 11:50:07 2024
> New Revision: 1915534
>
> URL: http://svn.apache.org/viewvc?rev=1915534&view=rev
> Log:
> Merge r1909450 from trunk:
>
> Make sources build with latest clang version
>
> Submitted by: icing
> Reviewed by: minfrin, ylavic, jfclere
>
> Modified:
> httpd/httpd/branches/2.4.x/ (props changed)
> httpd/httpd/branches/2.4.x/modules/cache/mod_socache_shmcb.c
> httpd/httpd/branches/2.4.x/modules/proxy/balancers/mod_lbmethod_heartbeat.c
> httpd/httpd/branches/2.4.x/os/unix/unixd.c
> httpd/httpd/branches/2.4.x/server/buildmark.c
> httpd/httpd/branches/2.4.x/server/scoreboard.c
> httpd/httpd/branches/2.4.x/server/util.c
> httpd/httpd/branches/2.4.x/server/util_expr_parse.c
>

>
> Modified: httpd/httpd/branches/2.4.x/server/util_expr_parse.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/util_expr_parse.c?rev=1915534&r1=1915533&r2=1915534&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/server/util_expr_parse.c (original)
> +++ httpd/httpd/branches/2.4.x/server/util_expr_parse.c Fri Feb 2 11:50:07 2024
> @@ -1326,6 +1326,8 @@ YYSTYPE yylval;
>
> goto yysetstate;
>
> + /* TODO: comppiler warning that this is unused, and it seems to */

Typo :-) compiler

Regards

RĂ¼diger
Re: svn commit: r1915534 - in /httpd/httpd/branches/2.4.x: ./ modules/cache/mod_socache_shmcb.c modules/proxy/balancers/mod_lbmethod_heartbeat.c os/unix/unixd.c server/buildmark.c server/scoreboard.c server/util.c server/util_expr_parse.c [ In reply to ]
On Fri, Feb 02, 2024 at 03:29:34PM +0100, Ruediger Pluem wrote:
> > Modified: httpd/httpd/branches/2.4.x/server/util_expr_parse.c
> > URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/util_expr_parse.c?rev=1915534&r1=1915533&r2=1915534&view=diff
> > ==============================================================================
> > --- httpd/httpd/branches/2.4.x/server/util_expr_parse.c (original)
> > +++ httpd/httpd/branches/2.4.x/server/util_expr_parse.c Fri Feb 2 11:50:07 2024
> > @@ -1326,6 +1326,8 @@ YYSTYPE yylval;
> >
> > goto yysetstate;
> >
> > + /* TODO: comppiler warning that this is unused, and it seems to */
>
> Typo :-) compiler

Thanks -> r1915543