Skip to content

Use stdbool.h instead of custom definitions.#99

Merged
jmckenna merged 1 commit intoMapServer:mainfrom
sebastic:stdbool
Jun 4, 2022
Merged

Use stdbool.h instead of custom definitions.#99
jmckenna merged 1 commit intoMapServer:mainfrom
sebastic:stdbool

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.

2 participants