Skip to content
Commit 9ad86d74 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 405d2cb2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment