projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1c629
)
build system: fix a compiler warning
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 7 Sep 2017 12:50:00 +0000
(14:50 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/scripts/kconfig/conf.c
b/scripts/kconfig/conf.c
index e89637e7c7886e4cd870bb80ffc27217615f1bc0..57734b590acea4def90d0eb961fa12840879b36f 100644
(file)
--- 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;
}
}