mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Updates to quiet some compiler warnings.
This commit is contained in:
@@ -646,7 +646,7 @@ static apr_status_t msre_action_ctl_execute(modsec_rec *msr, apr_pool_t *mptmp,
|
||||
if (*s != c) {
|
||||
*d++ = *s++;
|
||||
} else {
|
||||
*s++;
|
||||
(*s)++; /* parens quiet compiler warning */
|
||||
}
|
||||
}
|
||||
*d = '\0';
|
||||
|
Reference in New Issue
Block a user