On 2/2/24 12:50 PM, jor...@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

Reply via email to