Skip to content
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

Fails to build with clang: error: error: unknown warning option '-Wno-enum-int-mismatch' #156

Open
dreirund opened this issue Nov 14, 2024 · 1 comment

Comments

@dreirund
Copy link

Similar to this issue, this fails to build for clang compiled kernels since clang does not understand some options you forcefully set:

error: error: unknown warning option '-Wno-enum-int-mismatch'; did you mean '-Wno-align-mismatch'? [-Werror,-Wunknown-warning-option]unknown warning option '-Wno-enum-int-mismatch'; did you mean '-Wno-align-mismatch'? [-Werror,-Wunknown-warning-option]

Regards!

@morrownr
Copy link
Owner

Hi @dreirund

My intention for this repo is to ensure it is working well with kernel 6.12 and then post a message that maintenance is being discontinued due to in-kernel support starting with kernel 6.13.

You can try the new in-kernel support by going to the following repo:

https://github.com/lwfinger/rtw88

Let me know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants