Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!76747
xAODMenuWriterMT: remove cppcheck suppression
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
xAODMenuWriterMT: remove cppcheck suppression
fwinkl/athena:fwinkl_20241216T083611
into
main
Overview
5
Commits
1
Pipelines
1
Changes
1
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:fwinkl_20241216T083611
into
main
2 months ago
Overview
5
Commits
1
Pipelines
1
Changes
1
Expand
After
!76740 (merged)
, the cppcheck suppression is no longer needed.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3220fa4d
1 commit,
2 months ago
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigConfiguration/TrigConfxAOD/src/xAODMenuWriterMT.cxx
+
0
−
4
Options
@@ -44,8 +44,6 @@ namespace TrigConf
StatusCode
xAODMenuWriterMT
::
initialize
()
{
// cppcheck-suppress-begin danglingLifetime; cached pointers owned by store
// Greet the user:
ATH_MSG_INFO
(
"Initialising"
);
ATH_MSG_VERBOSE
(
"MetaDataStore = "
<<
m_metaStore
);
@@ -121,8 +119,6 @@ namespace TrigConf
ATH_CHECK
(
m_metaStore
->
record
(
std
::
move
(
bg
),
m_metaNameJSON_bg
)
);
m_menuJSON_bg
=
m_metaStore
->
retrieve
<
xAOD
::
TriggerMenuJsonContainer
>
(
m_metaNameJSON_bg
);
// Keep a cached pointer from which we can add to the output metastore
// cppcheck-suppress-end danglingLifetime
// Return gracefully:
return
StatusCode
::
SUCCESS
;
}
Loading