Skip to content

JetBTaggingAlg : clang warnings

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