You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Similar to this issue, this fails to build for clang compiled kernels since
clang
does not understand some options you forcefully set:Regards!
The text was updated successfully, but these errors were encountered: