mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
Code cosmetics: reduce the amount of cppcheck warnings
This commit is contained in:
@@ -31,7 +31,7 @@ SetVar::SetVar(std::string action)
|
||||
|
||||
|
||||
bool SetVar::init(std::string *error) {
|
||||
size_t pos = std::string::npos;
|
||||
size_t pos;
|
||||
|
||||
// Resolv operation
|
||||
operation = setToOne;
|
||||
|
||||
Reference in New Issue
Block a user