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 -Wdouble-promotion issues #436

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

derobins
Copy link
Member

No description provided.

@derobins derobins added Component - C Library Core C library issues Component - Tools Command-line tools like dumper and hdiff Component - netCDF netCDF interface and nc* command-line tools Component - Testing Test code, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. labels Sep 13, 2023
@derobins
Copy link
Member Author

derobins commented Sep 13, 2023

Most of this just involved casting floats to double in printf (and related) statements. There were only a few places where I had to address actual promotions, and most of those just needed casts.

@derobins derobins merged commit dc049a7 into HDFGroup:master Sep 13, 2023
44 checks passed
@derobins derobins deleted the double_promotion_warnings branch March 3, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues Component - netCDF netCDF interface and nc* command-line tools Component - Testing Test code, GitHub workflows Component - Tools Command-line tools like dumper and hdiff Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants