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(warnings): Wconversion with gfortran-13.2 compilation #3

Merged
merged 1 commit into from
Feb 22, 2024
Merged

fix(warnings): Wconversion with gfortran-13.2 compilation #3

merged 1 commit into from
Feb 22, 2024

Conversation

praynaud
Copy link
Collaborator

@praynaud praynaud commented Feb 22, 2024

These changes explicitly perform the conversions that were implicitly performed by the compiler (and which produced a warning).

These changes remove all warnings in rngff when running fpm test using the gfortran-13.2 compiler on ubuntu-22.04

Unit tests pass, and running the entire FAVPRO test suite with these changes does not result in any changes to the outputs (not even epsilons).

If these change are merged, could you also create a new release for rngff?

@praynaud praynaud added the enhancement New feature or request label Feb 22, 2024
@praynaud praynaud self-assigned this Feb 22, 2024
@praynaud praynaud linked an issue Feb 22, 2024 that may be closed by this pull request
@praynaud praynaud requested a review from rouson February 22, 2024 22:07
Copy link
Contributor

@everythingfunctional everythingfunctional left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks @praynaud .

@everythingfunctional everythingfunctional merged commit 8eccd14 into Archaeologic-Inc:main Feb 22, 2024
1 check passed
@praynaud
Copy link
Collaborator Author

@everythingfunctional Thanks for being so quick and producing a release!

@praynaud praynaud deleted the fix-compiler-warnings branch February 23, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix gfortran compiler warnings
2 participants