Fix Cppcheck warning
This commit is contained in:
parent
ea3a9d658a
commit
63e08689c1
|
@ -49,7 +49,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
struct CPPCHECKLIB Suppression {
|
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) {
|
Suppression(const Suppression &other) {
|
||||||
*this = other;
|
*this = other;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue