-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: cast between incompatible function types #253
Comments
Same warning on OpenWrt 24.10-rc2 with kernel 6.6.63, but here is treated as a error
|
Does it work now? |
It works now. Thanks. I see that the firmware for the rtl8814au chip is now in the repo. I guess I need to get my adapter out and dust it off. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,
The text was updated successfully, but these errors were encountered: