python3-h5py: add -Wno-error to allow building native with gcc-14 on host

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Martin Jansa
2025-02-04 18:32:22 +01:00
committed by Armin Kuster
parent 7ef8a69d90
commit 068379172d

View File

@@ -29,3 +29,7 @@ RDEPENDS:${PN} = "python3-numpy \
"
export HDF5_VERSION="1.8.21"
# h5py/_errors.c:2115:64: error: passing argument 3 of ?H5Ewalk2? from incompatible pointer type [-Wincompatible-pointer-types]
# h5py/_errors.c:2365:66: error: passing argument 3 of ?H5Ewalk2? from incompatible pointer type [-Wincompatible-pointer-types]
BUILD_CFLAGS += "-Wno-error=incompatible-pointer-types"