Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 289
    • Issues 289
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 63
    • Merge requests 63
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !971

Suppress a maybe unitialised variable warning in StandaloneMuonRec

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christopher Rob Jones requested to merge cherry-pick-bcfd4594 into master Mar 20, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Suppresses

In file included from ../Tr/TrackTools/src/StandaloneMuonRec.h:16:0,
                 from ../Tr/TrackTools/src/StandaloneMuonRec.cpp:15:
../Tr/TrackTools/src/StandaloneMuonStationRec.h: In member function 'virtual StatusCode StandaloneMuonRec::initialize()':
../Tr/TrackTools/src/StandaloneMuonStationRec.h:19:7: warning: '<anonymous>.StandaloneMuonStationRec::m_z' may be used uninitialized in this function [-Wmaybe-uninitialized]
 class StandaloneMuonStationRec {

I know this code is likely to be removed/changed sometime, but finally got sick of seeing this when building Rec...

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cherry-pick-bcfd4594