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

Fix build warnings #233

Conversation

AlexanderRichert-NOAA
Copy link
Contributor

@AlexanderRichert-NOAA AlexanderRichert-NOAA commented Mar 12, 2024

This PR resolves various build warnings, mostly ones that cropped up in the process of merging in sp. Now we can actually build with -Wall.
Basically everything falls under:

  • Remove unused variables
  • Fix uninitialized variables
  • Remove tab characters
  • Fix type mismatches

Fixes #225

@AlexanderRichert-NOAA AlexanderRichert-NOAA marked this pull request as ready for review March 12, 2024 15:41
@AlexanderRichert-NOAA AlexanderRichert-NOAA merged commit 6967545 into NOAA-EMC:develop Mar 12, 2024
19 checks passed
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.

warnings in fftpack.F
3 participants