From 69f1ea01a9964e1cb0914743c73ba9dcf4e4596d Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sun, 11 Feb 2001 00:10:30 +0000 Subject: [PATCH] Fix a warning when compiling with GPROF git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88076 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index 6ad101bca5..3113a8dd33 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -1138,7 +1138,7 @@ static const char *set_access_name(cmd_parms *cmd, void *dummy, } #ifdef GPROF -static const char *set_gprof_dir(cmd_parms *cmd, void *dummy, char *arg) +static const char *set_gprof_dir(cmd_parms *cmd, void *dummy, const char *arg) { void *sconf = cmd->server->module_config; core_server_config *conf = ap_get_module_config(sconf, &core_module); -- 2.40.0