[PATCH v1 1/3] Revert "build system: fix a compiler warning"

Charles Mirabile cmirabil at redhat.com
Sun Jul 5 21:00:30 UTC 2026


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 <cmirabil at redhat.com>
---
 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



More information about the busybox mailing list