Skip to content
Snippets Groups Projects

xAODRootAccess: Fix cppyy nodiscard warnings.

Merged Scott Snyder requested to merge ssnyder/athena:pydiscard.xAODRootAccess-20201009 into master

cppyy will generate wrappers both for functions returning a value and the value being discarded. If we have [[nodiscard]] on, then we'll get warnings when cling compiles these wrappers. Since these wrappers are automatically generated by cppyy, we can't really avoid these other than by disabling them for the cling case.

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading