Skip to content
Snippets Groups Projects
Commit 4a12e371 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'jonrob-master-patch-87528' into 'master'

MuonRawInUpgradeToHits: Fix clang warning

See merge request !4261
parents 6979af87 aa191d5e
No related branches found
No related tags found
1 merge request!4261MuonRawInUpgradeToHits: Fix clang warning
Pipeline #6106167 passed
......@@ -380,7 +380,7 @@ namespace LHCb::MuonUpgrade::DAQ {
std::array<std::array<bool, MuonUpgradeDAQHelper_linkNumber>,
MuonUpgradeDAQHelper_maxTell40PCINumber * MuonUpgradeDAQHelper_maxTell40Number>
link_in_error{false};
link_in_error{{}};
std::vector<Digit> digits_inTell40;
digits_inTell40.reserve( 48 ); // 48 is the max number of hits in each Tell40 link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment