mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
cppcheck: make static analysis more pedantic
This commit is contained in:
@@ -40,8 +40,8 @@ class FuzzyHash : public Operator {
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
explicit FuzzyHash(std::unique_ptr<RunTimeString> param)
|
||||
: Operator("FuzzyHash", std::move(param)),
|
||||
m_head(NULL),
|
||||
m_threshold(0) { }
|
||||
m_threshold(0),
|
||||
m_head(NULL) { }
|
||||
~FuzzyHash();
|
||||
|
||||
bool evaluate(Transaction *transaction, const std::string &std) override;
|
||||
|
Reference in New Issue
Block a user