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

Fix warnings #160

Merged
merged 5 commits into from Dec 8, 2022
Merged

Fix warnings #160

merged 5 commits into from Dec 8, 2022

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented Dec 8, 2022

No description provided.

This commit fixes the following warnings:

  /path/to/SlicerDMRI/Libs/vtkDMRI/vtkBSplineInterpolateImageFunction.h:45:18: warning:   by ‘virtual double vtkBSplineInterpolateImageFunction::EvaluateFunction(double*)’ [-Woverloaded-virtual]
     45 |   virtual double EvaluateFunction (double x[ImageDimension]) override;
        |                  ^~~~~~~~~~~~~~~~


  /path/to/SlicerDMRI/Libs/vtkDMRI/vtkTensorImplicitFunctionToFunctionSet.h:35:15: warning:   by ‘virtual int vtkTensorImplicitFunctionToFunctionSet::FunctionValues(double*, double*)’ [-Woverloaded-virtual]
     35 |   virtual int FunctionValues(double* x, double* f) override;
        |               ^~~~~~~~~~~~~~
This commit fixes the following warning:

  /path/to/SlicerDMRI/Modules/Loadable/TractographyDisplay/Widgets/qMRMLTractographyDisplayTreeView.h:78:8: warning:   by ‘void qMRMLTractographyDisplayTreeView::dataChanged(const QModelIndex&, const QModelIndex&)’ [-Woverloaded-virtual]
     78 |   void dataChanged ( const QModelIndex & topLeft, const QModelIndex & bottomRight );
        |        ^~~~~~~~~~~
@jcfr jcfr merged commit d3649b3 into SlicerDMRI:master Dec 8, 2022
@jcfr jcfr deleted the fix-warnings branch December 8, 2022 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant