Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

COMP: Remove spare closing bracket #5259

Conversation

jhlegarreta
Copy link
Member

Remove spare closing bracket.

Left behind inadvertently in commit 2bd9f0a.

Fixes:

T:\Dashboard\ITK\Modules\Filtering\GPUAnisotropicSmoothing\include\itkGPUAnisotropicDiffusionImageFilter.hxx(66,76):
 error C2187: syntax error: ')' was unexpected here
 [T:\Dashboard\ITK-build\Modules\Filtering\GPUAnisotropicSmoothing\ITKGPUAnisotropicSmoothingHeaderTest1.vcxproj]

raised for example in:
https://open.cdash.org/viewBuildError.php?buildid=10232159

PR Checklist

Remove spare closing bracket.

Left behind inadvertently in commit 2bd9f0a.

Fixes:
```
T:\Dashboard\ITK\Modules\Filtering\GPUAnisotropicSmoothing\include\itkGPUAnisotropicDiffusionImageFilter.hxx(66,76):
 error C2187: syntax error: ')' was unexpected here
 [T:\Dashboard\ITK-build\Modules\Filtering\GPUAnisotropicSmoothing\ITKGPUAnisotropicSmoothingHeaderTest1.vcxproj]
```

raised for example in:
https://open.cdash.org/viewBuildError.php?buildid=10232159
@jhlegarreta
Copy link
Member Author

Have not tried to build locally.

@github-actions github-actions bot added type:Compiler Compiler support or related warnings area:Filtering Issues affecting the Filtering module labels Feb 26, 2025
Copy link
Contributor

@N-Dekker N-Dekker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Jon! I see, my fault, sorry! 🤷

@N-Dekker N-Dekker merged commit 32a2a6d into InsightSoftwareConsortium:master Feb 27, 2025
16 checks passed
@jhlegarreta jhlegarreta deleted the FixGPUAnisotropicDiffusionCompilerError branch February 27, 2025 13:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area:Filtering Issues affecting the Filtering module type:Compiler Compiler support or related warnings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants