hi all :)
the new set_define() function currently has some unused variables, so it
won't compile with -Werror
patch attached.
--Geoff
Index: server/core.c
===================================================================
--- server/core.c (revision 549098)
+++ server/core.c (working copy)
@@ -1098,8 +1098,6 @@
const char *optarg)
{
char **newv;
- void *sconf = cmd->server->module_config;
- core_server_config *conf = ap_get_module_config(sconf, &core_module);
const char *err = ap_check_cmd_context(cmd,
GLOBAL_ONLY);