Skip to content

COMP: Do not use itkWarningMacro inside a non-itk::Object#5800

Draft
blowekamp wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
blowekamp:fix_numeric_locale
Draft

COMP: Do not use itkWarningMacro inside a non-itk::Object#5800
blowekamp wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
blowekamp:fix_numeric_locale

Conversation

@blowekamp
Copy link
Member

itkWarning macro requires methods from the itk::Object. This code block was non-functioning. It is replaced with direct calls to the appropriate warnings methods.

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)
  • Added license to new files (if any)
  • Added Python wrapping to new files (if any) as described in ITK Software Guide Section 9.5
  • Added ITK examples for all new major features (if any)

Refer to the ITK Software Guide for
further development details if necessary.

itkWarning macro requires methods from the itk::Object. This code
block was non-functioning. It is replaced with direct calls to the
appropriate warnings methods.
@github-actions github-actions bot added type:Compiler Compiler support or related warnings area:Core Issues affecting the Core module labels Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Core Issues affecting the Core module type:Compiler Compiler support or related warnings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants