...
CC [M] /home/morrow/src/rtw88/usb.o
/home/morrow/src/rtw88/usb.c: In function ‘rtw_usb_init_rx’:
/home/morrow/src/rtw88/usb.c:943:22: warning: cast between incompatible function types from ‘void ()(struct rtw_usb )’ to ‘void ()(long unsigned int)’ [-Wcast-function-type]
943 | (void()(unsigned long))rtw_usb_rx_handler,
Kernel: 6.6 Debian gcc: 12.2
Just a warning, not an error:
... CC [M] /home/morrow/src/rtw88/usb.o /home/morrow/src/rtw88/usb.c: In function ‘rtw_usb_init_rx’: /home/morrow/src/rtw88/usb.c:943:22: warning: cast between incompatible function types from ‘void ()(struct rtw_usb )’ to ‘void ()(long unsigned int)’ [-Wcast-function-type] 943 | (void()(unsigned long))rtw_usb_rx_handler,