summaryrefslogtreecommitdiff
path: root/server/util.c
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-04-27 07:14:36 +0000
committerStefan Eissing <icing@apache.org>2023-04-27 07:14:36 +0000
commit4fc2fd7dd5603f02096750c33cd152ae2cd64e1e (patch)
treef81765f183aeb9eeab90e215f36b135e532de33c /server/util.c
parent1e801bec039c97336f99b470091b637b46f0bb2d (diff)
downloadhttpd-4fc2fd7dd5603f02096750c33cd152ae2cd64e1e.tar.gz
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.c')
-rw-r--r--server/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util.c b/server/util.c
index 77c4095637..04f40a235a 100644
--- a/server/util.c
+++ b/server/util.c
@@ -3244,7 +3244,7 @@ AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb,
static const char * const oom_message = "[crit] Memory allocation failed, "
"aborting process." APR_EOL_STR;
-AP_DECLARE(void) ap_abort_on_oom()
+AP_DECLARE(void) ap_abort_on_oom(void)
{
int written, count = strlen(oom_message);
const char *buf = oom_message;