From: Ryan Bloom Date: Sun, 11 Feb 2001 00:10:30 +0000 (+0000) Subject: Fix a warning when compiling with GPROF X-Git-Tag: 2.0.10~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f1ea01a9964e1cb0914743c73ba9dcf4e4596d;p=apache 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 --- 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);