Skip to content

Add workaround to suppress clang unused-lambda-capture warning

Christopher Rob Jones requested to merge jonrob/LHCb:fix-clang-warning into master

Fixes a clang-8 build warning unfortunately introduced into master in a recent commit ...

Borrows the same workaround as used in Gaudi Functional.

Merge request reports