We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3a9d6 commit 63e0868Copy full SHA for 63e0868
1 file changed
lib/suppressions.h
@@ -49,7 +49,7 @@ class CPPCHECKLIB Suppressions {
49
};
50
51
struct CPPCHECKLIB Suppression {
52
- Suppression() : lineNumber(NO_LINE), hash(0), matched(false) {}
+ Suppression() : lineNumber(NO_LINE), hash(0), thisAndNextLine(false), matched(false) {}
53
Suppression(const Suppression &other) {
54
*this = other;
55
}
0 commit comments