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: Fix signed and unsigned integer comparison warnings #31

Conversation

jhlegarreta
Copy link
Member

Fix signed and unsiged integer comparison warnings.

Fixes:

AnisotropicDiffusionLBR/include/itkAnisotropicDiffusionLBRImageFilter.hxx:124:25:
warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]

raised at:
http://testing.cdash.org/viewBuildError.php?type=1&buildid=5846916
http://testing.cdash.org/viewBuildError.php?type=1&buildid=5847167

Fix signed and unsiged integer comparison warnings.

Fixes:
```
AnisotropicDiffusionLBR/include/itkAnisotropicDiffusionLBRImageFilter.hxx:124:25:
warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]
```

raised at:
http://testing.cdash.org/viewBuildError.php?type=1&buildid=5846916
http://testing.cdash.org/viewBuildError.php?type=1&buildid=5847167
@jhlegarreta
Copy link
Member Author

Again, I ignore why the CI checks were green for #30. Let's hope this will be the last one !

@dzenanz dzenanz merged commit 18d8b00 into InsightSoftwareConsortium:master Apr 9, 2019
@jhlegarreta jhlegarreta deleted the FixDifferentIntegerComparisonWarning branch April 9, 2019 14:06
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

2 participants