Skip to content

COMP: Fix typo (compile error) in PhilipsRECImageIO constructor#3668

Merged
N-Dekker merged 1 commit intoInsightSoftwareConsortium:masterfrom
N-Dekker:Fix-typo-PhilipsRECImageIO-iff
Sep 28, 2022
Merged

COMP: Fix typo (compile error) in PhilipsRECImageIO constructor#3668
N-Dekker merged 1 commit intoInsightSoftwareConsortium:masterfrom
N-Dekker:Fix-typo-PhilipsRECImageIO-iff

Conversation

@N-Dekker
Copy link
Copy Markdown
Contributor

Fixed a compile error, which appeared when enabling Module_ITKIOPhilipsREC:

itkPhilipsRECImageIO.cxx(390,3): error C3861: 'iff': identifier not found

This obvious typo was introduced with pull request #3664 commit 2b1b531 "STYLE: Remove space between class and member names (follow-up)", and reported by Bradley Lowekamp (@blowekamp).

@dzenanz
Copy link
Copy Markdown
Member

dzenanz commented Sep 28, 2022

Preferably merge today.

@N-Dekker
Copy link
Copy Markdown
Contributor Author

Preferably merge today.

@dzenanz Do you think we should still wait for the CI? It did not notice the typo in the first place, as Module_ITKIOPhilipsREC is off by default.

@dzenanz
Copy link
Copy Markdown
Member

dzenanz commented Sep 28, 2022

CI doesn't seem to be running. Could you force-push to try to re-trigger it? I would prefer for CI to finish, at least cxx tests. Python packaging takes longer, and if you need to go to sleep before it finishes, merge 😄

Fixed a compile error, which appeared when enabling `Module_ITKIOPhilipsREC`:

> itkPhilipsRECImageIO.cxx(390,3): error C3861: 'iff': identifier not found

This obvious typo was introduced with pull request InsightSoftwareConsortium#3664
commit 2b1b531 "STYLE: Remove space between
class and member names (follow-up)", and reported by Bradley Lowekamp.
@N-Dekker N-Dekker force-pushed the Fix-typo-PhilipsRECImageIO-iff branch from 7931f20 to f8fda8a Compare September 28, 2022 14:49
@github-actions github-actions Bot added area:IO Issues affecting the IO module type:Compiler Compiler support or related warnings labels Sep 28, 2022
@N-Dekker N-Dekker merged commit 8ad7354 into InsightSoftwareConsortium:master Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants