Skip to content

Run2ToRun3TrigNavConverterV2 clang warnings

Fixing these

/data/christos/Athena-git/athena/Trigger/TrigEvent/TrigNavTools/src/Run2ToRun3TrigNavConverterV2.cxx:839:24: warning: lambda capture 'decisions' is not used [-Wunused-lambda-capture]
  auto makeSFNodes = [&decisions, &context, makeSingleSFNode](auto proxy) 
                      ~^~~~~~~~~~
/data/christos/Athena-git/athena/Trigger/TrigEvent/TrigNavTools/src/Run2ToRun3TrigNavConverterV2.cxx:839:36: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
  auto makeSFNodes = [&decisions, &context, makeSingleSFNode](auto proxy) 

Merge request reports