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 locally defined but not used warning #582

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

SimonRit
Copy link
Collaborator

The warning was:

Modules/Remote/RTK/test/rtkmaximumintensityprojectiontest.cxx:30:9: warning: typedef ‘using VectorType = struct itk::Vector<double, 3>’ locally defined but not used [-Wunused-local-typedefs]

The warning was:

Modules/Remote/RTK/test/rtkmaximumintensityprojectiontest.cxx:30:9:
warning: typedef ‘using VectorType = struct itk::Vector<double, 3>’
locally defined but not used [-Wunused-local-typedefs]
@SimonRit SimonRit merged commit 0f7f84b into RTKConsortium:master Mar 19, 2024
37 checks passed
@SimonRit SimonRit deleted the warning branch March 19, 2024 22:01
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.

1 participant