Skip to content
Snippets Groups Projects

Fix gcc11 annonymous namespace warnings

Merged Roel Aaij requested to merge raaij/Gaudi:inline_histogram_naming into master

This fixes warnings of the following type:

warning: 'MEPProvider' has a field 'MEPProvider::m_bad_mfps_sd' whose type uses the anonymous namespace [-Wsubobject-linkage]

where MEPProvider is a Service and m_bad_mfps_sd is a Gaudi::Accumulators::Histogram<1, Gaudi::Accumulators::atomicity::full, float>.

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