diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index e89637e7c..57734b590 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -118,6 +118,8 @@ static void conf_askvalue(struct symbol *sym, const char *def) printf("%s", line); return; } + default: // placate compiler + break; } }