CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Adds -Wno-surprising flag to GNU Fortran_FLAGS #158

Closed aarograh closed 5 years ago

aarograh commented 5 years ago

This will remove all the spurious warnings from using FINAL procedures. The warnings that -W-surprising normally covers are for pretty strange, unusual situations, so we're not really losing any useful information by disabling this.

aarograh commented 5 years ago

This will help clean up the warnings from Bob's merge request, though it looks like there might be some other issues with that one as well.