meta-openembedded/meta-oe/recipes-connectivity
mark.yang 4be3b3acba
paho-mqtt-c: fix error with gcc-15
* gcc-15 uses gnu23 for c.
  'bool' is a keyword.
TOPDIR/tmp/work/core2-64-oe-linux/paho-mqtt-c/1.3.14/git/src/MQTTPacket.h:31:22: error: 'bool' cannot be defined via 'typedef'
   31 | typedef unsigned int bool;
      |                      ^~~~
TOPDIR/tmp/work/core2-64-oe-linux/paho-mqtt-c/1.3.14/git/src/MQTTPacket.h:31:22: note: 'bool' is a keyword with '-std=c23' onwards
TOPDIR/tmp/work/core2-64-oe-linux/paho-mqtt-c/1.3.14/git/src/MQTTPacket.h:31:1: warning: useless type name in empty declaration
   31 | typedef unsigned int bool;
      | ^~~~~~~

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-10 08:31:04 -07:00
..
2024-09-10 07:20:36 -07:00
2024-08-09 14:25:21 -07:00
2025-04-10 08:31:03 -07:00
2024-07-01 08:01:58 -07:00
2024-02-09 09:52:12 -08:00
2023-11-12 12:02:25 -08:00
2025-02-26 08:30:56 -08:00
2025-04-04 19:18:46 -07:00
2024-02-09 09:52:12 -08:00
2025-03-11 19:35:33 -07:00
2025-03-17 22:24:37 -07:00