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

Devtoolset-9 fixes #841

Merged
merged 2 commits into from
Oct 20, 2020
Merged

Devtoolset-9 fixes #841

merged 2 commits into from
Oct 20, 2020

Commits on Oct 16, 2020

  1. Devtoolset-9 fixes

    GCC 9 will warn if using memcopy to overwrite the memory area of a non-POD class. The warning is correct, but in these cases, we know that these classes are POD so we can proceed and indicate the intent with a void* cast.
    JGamache-autodesk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    6449dd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    cdb5241 View commit details
    Browse the repository at this point in the history