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: Comment unused variable #20

Merged

Conversation

jhlegarreta
Copy link
Member

Comment unused variable.

Fixes:

include/itkFastGrowCut.hxx:379:16: warning:
variable ‘spacing’ set but not used [-Wunused-but-set-variable]

Comment unused variable.

Fixes:
```
include/itkFastGrowCut.hxx:379:16: warning:
variable ‘spacing’ set but not used [-Wunused-but-set-variable]
```
@dzenanz
Copy link
Member

dzenanz commented Nov 14, 2023

@tbirdso Can we update this remote's CI to the action?

@tbirdso
Copy link
Contributor

tbirdso commented Nov 14, 2023

@tbirdso Can we update this remote's CI to the action?

Added #21 to track

@dzenanz dzenanz merged commit 857bb0b into InsightSoftwareConsortium:master Nov 14, 2023
4 of 14 checks passed
@jhlegarreta jhlegarreta deleted the CommentUnusedVariable branch November 14, 2023 21:12
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.

3 participants