Cosmetics: fix some cppcheck complains to please QA

This commit is contained in:
Felipe Zimmerle
2020-04-29 10:19:49 -03:00
parent 310cbf899b
commit 9b40a045bb
26 changed files with 244 additions and 77 deletions

View File

@@ -50,7 +50,8 @@ class RuleScript : public RuleWithActions {
std::unique_ptr<std::string> fileName,
int lineNumber)
: RuleWithActions(actions, t, std::move(fileName), lineNumber),
m_name(name) { }
m_name(name),
m_lua() { }
bool init(std::string *err);
bool evaluate(Transaction *trans,