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

Gcc8 warnings fixes #527

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

WSoptics
Copy link
Contributor

@WSoptics WSoptics commented Oct 9, 2018

This keeps gcc8 from suggesting that base_class_id_hash::operator() be marked noexcept as well as from remarking that the case from type char * to header * increases the alignment requirements. (The latter is per se a correct warning, but rapidxml makes sure the alignment is correct by hand, which the compiler can't know.)

@WSoptics WSoptics force-pushed the gcc8_warnings_fixes branch from 7f0b318 to f703acd Compare October 12, 2018 08:57
@WSoptics
Copy link
Contributor Author

(The check failing is also present in the develop branch and not related to the merge request: https://ci.appveyor.com/project/AzothAmmo/cereal/branch/develop/job/61eo08pu3rm87ej7/messages)

@AzothAmmo AzothAmmo added this to the v1.4.0 milestone Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants