[PATCH v1 1/3] Revert "build system: fix a compiler warning"
Charles Mirabile via busybox <[email protected]> Sun, 5 Jul 2026 17:00:30 -0400
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <[email protected]> |
This reverts commit d134aa93414c7d07a938b8076021c62d9987f683.
This patch was a minor fix exclusively to code introduced in the commit:
0b1c62934 ("build system: fix "allnoconfig" to clear all options. Closes 10296")
because that commit is about to be reverted, revert this subsequent commit
first, so that both reverts happen cleanly.
Signed-off-by: Charles Mirabile <[email protected]>
---
scripts/kconfig/conf.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index 39ec1cdb6..ccabf47ae 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -118,8 +118,6 @@ static void conf_askvalue(struct symbol *sym, const char *def)
printf("%s", line);
return;
}
- default: // placate compiler
- break;
}
}
--
2.54.0