Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CC [M] /media/Standard/openwrt/openwrt-sdk-24.10.0-rc2-mediatek-filogic_gcc-13.3.0_musl.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_filogic/rtw88-usb-2024.11.27~611874c6/usb.o /media/Standard/openwrt/openwrt-sdk-24.10.0-rc2-mediatek-filogic_gcc-13.3.0_musl.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_filogic/rtw88-usb-2024.11.27~611874c6/usb.c: In function 'rtw_usb_init_rx': /media/Standard/openwrt/openwrt-sdk-24.10.0-rc2-mediatek-filogic_gcc-13.3.0_musl.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_filogic/rtw88-usb-2024.11.27~611874c6/usb.c:943:22: error: cast between incompatible function types from 'void (*)(struct rtw_usb *)' to 'void (*)(long unsigned int)' [-Werror=cast-function-type] 943 | (void(*)(unsigned long))rtw_usb_rx_handler, | ^ cc1: all warnings being treated as errors Fixes #253. Signed-off-by: Bitterblue Smith <[email protected]>
- Loading branch information