core.c: Fix warnings about unused variables
Reviewed by: rjung, jailletc36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1673151 13f79535-47bb-0310-9956-
ffa450edef68
ylavic: http://people.apache.org/~ylavic/httpd-r1632742-x-w.diff is the
same patch without space changes (may be easier to review).
- *) core.c: Fix warnings about unused variables
- trunk patch: http://svn.apache.org/r1661486
- 2.4.x patch: trunk works
- +1: trawick, rjung, jailletc36
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
core_dir_config *base = (core_dir_config *)basev;
core_dir_config *new = (core_dir_config *)newv;
core_dir_config *conf;
- int i;
/* Create this conf by duplicating the base, replacing elements
* (or creating copies for merging) where new-> values exist.
core_request_config *reqconf = ap_get_core_module_config(r->request_config);
const char *err;
const char *response;
- void *val;
ap_expr_info_t *expr;
/* check for string registered via ap_custom_response() first */