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, Part 1 #1105

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

Conversation

scrasmussen
Copy link
Member

@scrasmussen scrasmussen commented Dec 12, 2024

DESCRIPTION OF CHANGES: This is subset of commits from PR #1049 and PR #1048. I've combined them into one PR so I only have to do one that targets ufs-community:ufs/dev for now.

The warning report was made using create_warning_report.sh from the warning-report branch of my SCM fork. Users will need to edit scm/src/CMakeLists.txtso GNU's CMAKE_Fortran_FLAGS_DEBUG has -Wall at the end to get all the warnings.

NOTE: this PR removes 219 warnings. Ampersand and tab warnings will be reduced with SCM PR#425

$ VERBOSE=1 make &> out.txt
$ bash ../count.sh out.txt
image

ISSUES: related to Issues #495

Copy link
Collaborator

@tanyasmirnova tanyasmirnova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are only formatting changes in RUC LSM.

Copy link
Collaborator

@climbfuji climbfuji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making all these changes. Good to see the trailing whitespaces and all the tabs gone.

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.

3 participants