mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
824afd55e9
Since the "fallthrough" is defined only in the kernel, building
lib/bootconfig.c as a part of user-space tools causes a build
error.
Add a dummy fallthrough to avoid the build error.
Link: https://lkml.kernel.org/r/162087519356.442660.11385099982318160180.stgit@devnote2
Cc: Ingo Molnar <mingo@kernel.org>
Cc: stable@vger.kernel.org
Fixes:
|
||
---|---|---|
.. | ||
include/linux | ||
samples | ||
scripts | ||
.gitignore | ||
main.c | ||
Makefile | ||
test-bootconfig.sh |