Skip to content
Snippets Groups Projects

JetBTaggingAlg : clang warnings

Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:JetBTaggingAlg_clang into master

fix following clang warning

build/atnight/localbuilds/nightlies/master/athena/PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/BTagging/JetBTaggingAlg.h:38:24: warning: 'execute' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    virtual StatusCode execute();
                       ^
/build/atnight/localbuilds/nightlies/master/build/install/GAUDI/22.0.9/InstallArea/x86_64-centos7-clang8-opt/include/GaudiKernel/Algorithm.h:70:14: note: overridden virtual function is here
  StatusCode execute() override = 0;
             ^

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading