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: ITK_THREAD_RETURN_DEFAULT_VALUE with WASI toolchain #921

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

N-Dekker
Copy link
Member

To address:

In file included from /work/wasi-build/_deps/elx-src/Common/ImageSamplers/itkImageToVectorContainerFilter.h:197:
/work/wasi-build/_deps/elx-src/Common/ImageSamplers/itkImageToVectorContainerFilter.hxx:284:46: error: expected unqualified-id
  return itk::ITK_THREAD_RETURN_DEFAULT_VALUE;

To address:

```
In file included from /work/wasi-build/_deps/elx-src/Common/ImageSamplers/itkImageToVectorContainerFilter.h:197:
/work/wasi-build/_deps/elx-src/Common/ImageSamplers/itkImageToVectorContainerFilter.hxx:284:46: error: expected unqualified-id
  return itk::ITK_THREAD_RETURN_DEFAULT_VALUE;
```
@N-Dekker
Copy link
Member Author

For the record, this commit was cherry-picked from pull request #920 "WebAssembly Support", by Matt McCormick (@thewtex)

@N-Dekker N-Dekker merged commit c47889a into main Jun 22, 2023
@N-Dekker N-Dekker deleted the Remove-itk-from-ITK_THREAD_RETURN_DEFAULT_VALUE branch June 22, 2023 12:02
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.

2 participants