diff options
author | Stefan Eissing <icing@apache.org> | 2023-04-27 09:14:36 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-04-27 09:14:36 +0200 |
commit | 4fc2fd7dd5603f02096750c33cd152ae2cd64e1e (patch) | |
tree | f81765f183aeb9eeab90e215f36b135e532de33c /server/util_expr_parse.c | |
parent | mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers". (diff) | |
download | apache2-4fc2fd7dd5603f02096750c33cd152ae2cd64e1e.tar.xz apache2-4fc2fd7dd5603f02096750c33cd152ae2cd64e1e.zip |
Make sources build with latest clang version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_expr_parse.c')
-rw-r--r-- | server/util_expr_parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/util_expr_parse.c b/server/util_expr_parse.c index 041f5e77e7..8a0fbde523 100644 --- a/server/util_expr_parse.c +++ b/server/util_expr_parse.c @@ -1232,6 +1232,8 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); yychar = YYEMPTY; /* Cause a token to be read. */ goto yysetstate; + /* TODO: comppiler warning that this is unused, and it seems to */ + (void)yynerrs; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ |