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

GNU -Wall Warning Reduction: ampersand and tabs #425

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

scrasmussen
Copy link
Member

Reducing GNU -Wall warnings per issue #495.

Commits solve the following warning flags implied in -Wall

Compiler Flag Description
-Wampersand Warn about missing ampersand in continued character constants
-Wtabs By default, tabs are accepted as whitespace, but tabs are not members of the Fortran Character Set.

@scrasmussen scrasmussen force-pushed the compiler-warning-reduction/ampersand_tabs branch from 3bd1deb to 55e9620 Compare May 9, 2024 19:34
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 this pull request may close these issues.

1 participant