Skip to content

Apply upstream bool fix for MQTTPacket.h#265

Open
alexlarsson wants to merge 1 commit intoSnapmaker:mainfrom
alexlarsson:fix-paho-mqtt-build
Open

Apply upstream bool fix for MQTTPacket.h#265
alexlarsson wants to merge 1 commit intoSnapmaker:mainfrom
alexlarsson:fix-paho-mqtt-build

Conversation

@alexlarsson
Copy link
Copy Markdown

I'm getting build errors on Fedora 42, because MQTTPacket.h tries to redefine "bool" which is a reserved name in C23.

This is fixed upstream by:
eclipse-paho/paho.mqtt.c@9ff08fa

So, lets do the same here.

I'm getting build errors on Fedora 42, because MQTTPacket.h tries
to redefine "bool" which is a reserved name in C23.

This is fixed upstream by:
eclipse-paho/paho.mqtt.c@9ff08fa

So, lets do the same here.
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.

1 participant