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

RAM-SCB won't compile under GCC10 #79

Closed
drsteve opened this issue Apr 8, 2021 · 0 comments · Fixed by #80
Closed

RAM-SCB won't compile under GCC10 #79

drsteve opened this issue Apr 8, 2021 · 0 comments · Fixed by #80

Comments

@drsteve
Copy link
Collaborator

drsteve commented Apr 8, 2021

Two issues here:

  1. As noted in SWMF/share library is out of date #78 the share library is out of date. One of the changes removes setting an octal mask which is now prohibited under GCC10. This can be solved in the short term by adding the -fallow-invalid-boz flag, but this flag (if added) should be removed when the share library is updated.
  2. Interfaces in our dependencies now trigger a strict check for argument mismatches, leading compilation to fail. Under GCC10 these can be converted to warnings by adding a new flag: -fallow-argument-mismatch.
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 a pull request may close this issue.

1 participant