build system: fix a compiler warning
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 7 Sep 2017 12:50:00 +0000 (14:50 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 7 Sep 2017 12:50:00 +0000 (14:50 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/kconfig/conf.c

index e89637e7c7886e4cd870bb80ffc27217615f1bc0..57734b590acea4def90d0eb961fa12840879b36f 100644 (file)
@@ -118,6 +118,8 @@ static void conf_askvalue(struct symbol *sym, const char *def)
                                printf("%s", line);
                                return;
                        }
+               default: // placate compiler
+                       break;
                }
        }