mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
83c7e07828
Fix the following build failure with gcc >= 14:
led.c: In function 'wmplugin_exec':
led.c:86:42: error: assignment to 'struct cwiid_btn_message *' from incompatible pointer type 'struct cwiid_btn_mesg *' [-Wincompatible-pointer-types]
86 | btn_mesg = &mesg[i].btn_mesg;
| ^
Fixes:
- http://autobuild.buildroot.org/results/a3bde74ff2137d088f4261e62930859bfe460cb9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
0001-wmdemo-fix-linking-by-adding-the-missing-lbluetooth-.patch | ||
0002-configure-make-wmgui-build-optional.patch | ||
0003-wminput-plugins-led-led.c-fix-build-with-gcc-14.patch | ||
Config.in | ||
cwiid.hash | ||
cwiid.mk |