summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-12-03 19:25:27 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2023-12-28 16:22:47 +0900
commit9ad86d747c46f2bdc097c908481647fcdda1d035 (patch)
tree89b9a309643d465b0b170479750ed822788339de /rust
parent405d2cb209b5836910b5dac01cf97fcbd186c0af (diff)
downloadlinux-stable-9ad86d747c46f2bdc097c908481647fcdda1d035.tar.gz
linux-stable-9ad86d747c46f2bdc097c908481647fcdda1d035.tar.bz2
linux-stable-9ad86d747c46f2bdc097c908481647fcdda1d035.zip
kconfig: remove unreachable printf()
Remove the unreachable code detected by clang. $ make HOSTCC=clang HOSTCFLAGS=-Wunreachable-code defconfig [ snip ] scripts/kconfig/expr.c:1134:2: warning: code will never be executed [-Wunreachable-code] printf("[%dgt%d?]", t1, t2); ^~~~~~ 1 warning generated. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions