mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix a set of compilation warnings
This commit is contained in:
@@ -60,7 +60,7 @@ class Rx : public Operator {
|
||||
const std::string& input,
|
||||
std::shared_ptr<RuleMessage> ruleMessage) override;
|
||||
|
||||
bool init(const std::string &arg, std::string *error);
|
||||
bool init(const std::string &arg, std::string *error) override;
|
||||
|
||||
private:
|
||||
Regex *m_re;
|
||||
|
Reference in New Issue
Block a user