meta-freescale/recipes-bsp/imx-lib
Tom Hochstein 74c4045f27 imx-lib: Fix GCC 15 build errors
Fixes:
```
+In file included from mxc_hdmi-cec.c:40:
+hdmi-cec.h:54:23: error: 'bool' cannot be defined via 'typedef'
+   54 | typedef unsigned char bool;
+      |                       ^~~~
+hdmi-cec.h:54:23: note: 'bool' is a keyword with '-std=c23' onwards
+hdmi-cec.h:54:1: warning: useless type name in empty declaration
+   54 | typedef unsigned char bool;
+      | ^~~~~~~
+```
```

Fixes: #2301
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-06-12 11:33:32 -07:00
..
imx-lib imx-lib: Fix GCC 15 build errors 2025-06-12 11:33:32 -07:00
imx-lib_git.bb imx-lib: Fix GCC 15 build errors 2025-06-12 11:33:32 -07:00