You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@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 aboutEquality 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.
The text was updated successfully, but these errors were encountered: