Skip to content

Commit 9e7bb37

Browse files
authored
Merge pull request #46031 from iarspider/iarspider-patch-20240918-1
[LLVM analyzer] Assigned value is garbage or undefined in L1GctInternEtSum.cc
2 parents 6426a97 + 8734b32 commit 9e7bb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/L1GlobalCaloTrigger/src/L1GctInternEtSum.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternEtSum.h"
22
#include <cstdint>
33

4-
L1GctInternEtSum::L1GctInternEtSum() {}
4+
L1GctInternEtSum::L1GctInternEtSum() : data_(0) {}
55

66
/// construct from individual quantities
77
L1GctInternEtSum::L1GctInternEtSum(uint16_t capBlock, uint16_t capIndex, int16_t bx, uint32_t et, uint8_t oflow)

0 commit comments

Comments
 (0)