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

r3.in.v5d: Fix -Wliteral-range compiler warning #2748

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

nilason
Copy link
Contributor

@nilason nilason commented Jan 15, 2023

Addresses a -Wliteral-range compiler warning, with the message:

floating-point comparison is always false; constant cannot be represented exactly in type 'float'

Fixes partly #2747.

"floating-point comparison is always false; constant cannot be represented exactly in type 'float' "
@nilason nilason added this to the 8.3.0 milestone Jan 15, 2023
@nilason nilason added C Related code is in C enhancement New feature or request labels Jan 15, 2023
@nilason nilason mentioned this pull request Jan 15, 2023
12 tasks
@nilason nilason merged commit cbac597 into OSGeo:main Jan 16, 2023
@nilason nilason deleted the 01_fix_Wliteral-range branch January 16, 2023 20:23
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
Addresses a -Wliteral-range compiler warning, with the message:
"floating-point comparison is always false; constant cannot
be represented exactly in type 'float' "
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
Addresses a -Wliteral-range compiler warning, with the message:
"floating-point comparison is always false; constant cannot
be represented exactly in type 'float' "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant