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

Address GCC8 warning #134

Merged
merged 1 commit into from
Mar 3, 2020
Merged

Address GCC8 warning #134

merged 1 commit into from
Mar 3, 2020

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented Feb 29, 2020

The bootstrapping allocator needs to perform a memcpy to bypass the
removed move constructors on std::atomic. This is safe as there is no
concurrency at this point, but GCC is unhappy with this.

This commit moves CI to GCC8 and disables this warning for that line.

The bootstrapping allocator needs to perform a memcpy to bypass the
removed move constructors on std::atomic.  This is safe as there is no
concurrency at this point, but GCC is unhappy with this.

This commit moves CI to GCC8 and disables this warning for that line.
@mjp41 mjp41 merged commit ef77bcc into master Mar 3, 2020
@mjp41 mjp41 deleted the gcc8_warning branch March 6, 2020 09:53
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.

1 participant