Code cosmetics: reduce the amount of cppcheck warnings

This commit is contained in:
Felipe Zimmerle
2015-08-12 15:22:00 -03:00
parent 21400ba454
commit d5fe21ce3c
24 changed files with 49 additions and 56 deletions

View File

@@ -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;