Skip to content

Commit a0e108b

Browse files
authored
Merge pull request #45459 from Dr15Jones/uninitComparatorCodeLUT
Initialize variable in ComparatorCodeLUT
2 parents 75a30b7 + 8939b32 commit a0e108b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/CSCTriggerPrimitives/interface/ComparatorCodeLUT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ComparatorCodeLUT {
4545
CSCPatternBank::LCTPatterns clct_pattern_ = {};
4646

4747
// verbosity level
48-
unsigned infoV_;
48+
unsigned infoV_ = 0;
4949
};
5050

5151
#endif

0 commit comments

Comments
 (0)