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

Use stdbool.h instead of custom definitions. #99

Merged
merged 1 commit into from Jun 4, 2022

Conversation

sebastic
Copy link
Contributor

@sebastic sebastic commented Jun 4, 2022

As reported in #98 tinyows fails to build with ICU 71.1 because its use of stdbool.h conflicts with the custom definitions in ows_struct.h.

To fix the bool-operation warnings, true and false from stdbool.h need to be used in fe_logical_ops.c as well.

@jmckenna
Copy link
Member

jmckenna commented Jun 4, 2022

thanks @sebastic

@jmckenna jmckenna merged commit c300090 into MapServer:main Jun 4, 2022
@sebastic sebastic deleted the stdbool branch June 4, 2022 13:52
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.

None yet

2 participants