Skip to content

Commit

Permalink
Merge pull request cms-sw#46031 from iarspider/iarspider-patch-202409…
Browse files Browse the repository at this point in the history
…18-1

[LLVM analyzer] Assigned value is garbage or undefined in L1GctInternEtSum.cc
  • Loading branch information
cmsbuild authored Sep 18, 2024
2 parents 6426a97 + 8734b32 commit 9e7bb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/L1GlobalCaloTrigger/src/L1GctInternEtSum.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternEtSum.h"
#include <cstdint>

L1GctInternEtSum::L1GctInternEtSum() {}
L1GctInternEtSum::L1GctInternEtSum() : data_(0) {}

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

0 comments on commit 9e7bb37

Please sign in to comment.