Fix Cppcheck warning

This commit is contained in:
Daniel Marjamäki 2020-10-02 19:35:24 +02:00
parent ea3a9d658a
commit 63e08689c1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
};
struct CPPCHECKLIB Suppression {
Suppression() : lineNumber(NO_LINE), hash(0), matched(false) {}
Suppression() : lineNumber(NO_LINE), hash(0), thisAndNextLine(false), matched(false) {}
Suppression(const Suppression &other) {
*this = other;
}