Comment on Can't compile "iwlwifi" module in Linux
nothingness@lemmy.world 1 year agoI think it will be difficult to know how to fix this without knowing more about your build setup. Are you passing any custom CFLAGS? What compiler and version are you using?
No.
gcc --version gcc (GCC) 13.2.1 20230801
The goal - simply compile it for now.
cbarrick@lemmy.world 1 year ago
If you don’t want to change the code, try disabling the use-after-free warning from the make call:
make CFLAGS="-Wno-use-after-free"