tools: b43-tools: fix compilation with GCC14
[openwrt/staging/blocktrron.git] / tools / b43-tools / Makefile
index bae498c78fc4f746eb2bd0dbba8a23304bd4c1b0..19918efde4011ac9484c4ff8a479c359ab8ed8f6 100644 (file)
@@ -23,7 +23,7 @@ define Host/Compile
                $(HOST_MAKE_FLAGS) \
                $(1) QUIET_SPARSE=:
        +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/assembler \
-               CFLAGS="$(HOST_CFLAGS) -include endian.h" \
+               CFLAGS="$(HOST_CFLAGS) -include endian.h -Wno-error=int-conversion" \
                $(HOST_MAKE_FLAGS) \
                LDFLAGS= \
                $(1) QUIET_SPARSE=: