Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Set -Wno-unused-but-set-variable globally
Apparently nobody seems to have tested clang 13 before release, as the whole coding paradigm of calling a function by assigning its return value to a variable, which is used all throughout the Linux kernel, becomes broken, as clang seems utterly drunk when it comes to the actual judgement whether the variable is really used or not..
- Loading branch information