Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !127

ENH: Remove warning: ‘itk::DiffusionTensor3DRead<float>’ declared with g...

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Francois Budin requested to merge github/fork/fbudin69500/ResampleDTI-RemoveVisibilityWarning into master Apr 21, 2014
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

...reater visibility than the type of its field ‘itk::DiffusionTensor3DRead::m_Reader’

See comments: https://github.com/Slicer/Slicer/pull/121 Due to the fact that itkDiffusionTensor3DRead was declaring a private variable of type itkImageFileReader::Pointer and that this class was declared with ITK_ABI_EXPORT, we had to add ITK_ABI_EXPORT to the declaration of itkDiffusionTensor3DRead to remove the previously described warning when ResampleDTIVolume was compiled (shared object).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/fbudin69500/ResampleDTI-RemoveVisibilityWarning