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 pointer-bool-conversion warning in GeoHashHelper::BoundingBox #1760

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

gogim1
Copy link
Contributor

@gogim1 gogim1 commented Sep 16, 2023

A warning is generated here:

address of array 'geo_shape->bounds' will always evaluate to 'true' [-Wpointer-bool-conversion]GCC

This PR fixes it.

Copy link
Member

@git-hulk git-hulk left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@git-hulk git-hulk merged commit 9f71709 into apache:unstable Sep 17, 2023
26 checks passed
@gogim1 gogim1 deleted the pointer-bool-conversion branch September 17, 2023 03:06
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