COMP: Suppress warning on CircleCI about itkIndex out of bounds#43
Merged
kwrobot merged 1 commit intoInsightSoftwareConsortium:masterfrom Mar 21, 2018
Conversation
This suppresses warnings of the following form: ITK/Modules/Core/Common/include/itkIndex.h:391:27: warning: array subscript is above array bounds [-Warray-bounds] It has been determined that this warning is coming from access of an index variable in ImageAlgorithm::DispatchedCopy. Specifically, when done like this "++outCurrentIndex[i + 1]". This is a false positive warning as the code is correct. Change-Id: Ic763930b6872f78ad51a28b9fc519a4b7aa1dd0b
2 tasks
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
Uses ITK's implementation of band-pass filtering in frequency domain. Closes InsightSoftwareConsortium#43.
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
This mostly reverts 2af0df8 from 2018-08-19: "ENH: support band-pass filtering in phase correlation operator. Closes InsightSoftwareConsortium#43."
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…ariables COMP: Remove unused variables
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…lgrind_defects Fixes valgrind defects
hjmjohnson
added a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…onsortium/ITKv5_1rc2 Updates for ITKv5.2 code cleanups ... ROUND1
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 22, 2026
…zure-pipeline ENH: Remove Azure pipeline testing and update README
hjmjohnson
pushed a commit
that referenced
this pull request
Apr 25, 2026
hjmjohnson
pushed a commit
that referenced
this pull request
Apr 25, 2026
Uses ITK's implementation of band-pass filtering in frequency domain. Closes #43.
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 4, 2026
…p-types Wrap types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This suppresses warnings of the following form:
ITK/Modules/Core/Common/include/itkIndex.h:391:27: warning: array
subscript is above array bounds [-Warray-bounds]
It has been determined that this warning is coming from access of an
index variable in ImageAlgorithm::DispatchedCopy. Specifically, when
done like this "++outCurrentIndex[i + 1]". This is a false positive
warning as the code is correct.
Change-Id: Ic763930b6872f78ad51a28b9fc519a4b7aa1dd0b