Skip to content

Commit 63e0868

Browse files
committed
Fix Cppcheck warning
1 parent ea3a9d6 commit 63e0868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/suppressions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class CPPCHECKLIB Suppressions {
4949
};
5050

5151
struct CPPCHECKLIB Suppression {
52-
Suppression() : lineNumber(NO_LINE), hash(0), matched(false) {}
52+
Suppression() : lineNumber(NO_LINE), hash(0), thisAndNextLine(false), matched(false) {}
5353
Suppression(const Suppression &other) {
5454
*this = other;
5555
}

0 commit comments

Comments
 (0)