mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Added const reported by cppcheck 2.14
This commit is contained in:
committed by
Eduardo Arias
parent
d053ec6de6
commit
bbef22b3b5
@@ -44,7 +44,7 @@ char rules_file[] = "basic_rules.conf";
|
||||
|
||||
const char* const help_message = "Usage: benchmark [num_iterations|-h|-?|--help]";
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
int main(int argc, const char *argv[]) {
|
||||
|
||||
unsigned long long NUM_REQUESTS(1000000);
|
||||
|
||||
|
Reference in New Issue
Block a user