Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: vtkIGTLToMRMLTrajectory: Fix deprecated declaration warning #71

Merged

Commits on Aug 8, 2017

  1. COMP: vtkIGTLToMRMLTrajectory: Fix deprecated declaration warning

    ```
    /path/to/Slicer-build/OpenIGTLinkIF/MRML/vtkIGTLToMRMLTrajectory.cxx: In member function ‘virtual int vtkIGTLToMRMLTrajectory::MRMLToIGTL(long unsigned int, vtkMRMLNode*, int*, void**)’:
    /path/to/Slicer-build/OpenIGTLinkIF/MRML/vtkIGTLToMRMLTrajectory.cxx:176:57: warning: ‘void igtl::TrajectoryMessage::ClearTrajectoryElement(igtl::TrajectoryElement::Pointer&)’ is deprecated [-Wdeprecated-declarations]
         this->OutTrajectoryMsg->ClearTrajectoryElement(dummy);
                                                             ^
    In file included from /path/to/Slicer-build/OpenIGTLink/Source/igtlMessageBase.h:18:0,
                     from /path/to/Slicer-build/OpenIGTLinkIF/MRML/vtkIGTLToMRMLBase.h:22,
                     from /path/to/Slicer-build/OpenIGTLinkIF/MRML/vtkIGTLToMRMLTrajectory.h:16,
                     from /path/to/Slicer-build/OpenIGTLinkIF/MRML/vtkIGTLToMRMLTrajectory.cxx:13:
    /path/to/Slicer-build/OpenIGTLink/Source/igtlTrajectoryMessage.h:190:3: note: declared here
       igtlLegacyMacro(
       ^
    ```
    jcfr committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    03542d2 View commit details
    Browse the repository at this point in the history