Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Paul Mickael Chabrillat
athena
Commits
de2b81ea
Commit
de2b81ea
authored
2 months ago
by
Vakhtang Tsulaia
Browse files
Options
Downloads
Plain Diff
Merge branch 'main-clang' into 'main'
AthCnvSvc: fixed clang warnings See merge request
atlas/athena!74832
parents
c4deeec7
d623680f
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/AthenaBaseComps/AthenaBaseComps/AthCnvSvc.h
+2
-2
2 additions, 2 deletions
Control/AthenaBaseComps/AthenaBaseComps/AthCnvSvc.h
with
2 additions
and
2 deletions
Control/AthenaBaseComps/AthenaBaseComps/AthCnvSvc.h
+
2
−
2
View file @
de2b81ea
...
...
@@ -129,7 +129,7 @@ public:
virtual
long
repSvcType
()
const
override
;
/// Implementation of IConverter: dummy call
const
CLID
&
objType
()
const
;
virtual
const
CLID
&
objType
()
const
override
;
/** Implementation of IConverter: Set Data provider service
@return Status code indicating success or failure
...
...
@@ -153,7 +153,7 @@ public:
/// Set address creator facility
virtual
StatusCode
setAddressCreator
(
IAddressCreator
*
creator
);
StatusCode
setAddressCreator
(
IAddressCreator
*
creator
)
override
;
/// Retrieve address creator facility
virtual
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment