lwfinger / rtw88

A backport of the Realtek Wifi 5 drivers from the wireless-next repo.
649 stars 183 forks source link

warning: cast between incompatible function types #253

Open morrownr opened 1 week ago

morrownr commented 1 week ago

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,