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

Additional gfortran warnings #305

Closed
mnlevy1981 opened this issue Jul 27, 2018 · 1 comment
Closed

Additional gfortran warnings #305

mnlevy1981 opened this issue Jul 27, 2018 · 1 comment
Assignees
Milestone

Comments

@mnlevy1981
Copy link
Collaborator

@klindsay28 points out that -Wall doesn't actually flag all warnings. Another group of warnings can be enabled with -Wextra, though we also want -Wno-compare-reals because we want to suppress warnings about Equality comparison for REAL(8).

It looks like we have a few unused parameters that are picked up by this additional warning, so there will be some Fortran modifications along with the Makefile changes.

@mnlevy1981 mnlevy1981 added this to the MARBL1.0.0 milestone Jul 27, 2018
@mnlevy1981 mnlevy1981 self-assigned this Jul 27, 2018
@mnlevy1981
Copy link
Collaborator Author

closed by #306

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

No branches or pull requests

1 participant