summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c
diff options
context:
space:
mode:
authorArnaud Lacombe2011-05-31 18:30:26 +0200
committerArnaud Lacombe2011-06-06 21:32:10 +0200
commitd8fc320079b46cf462897148f48d4a63f37f56ce (patch)
tree739c77444b846363467bf81633973c1eec0d0bad /scripts/kconfig/gconf.c
parentLinux 3.0-rc1 (diff)
downloadkernel-qcow2-linux-d8fc320079b46cf462897148f48d4a63f37f56ce.tar.gz
kernel-qcow2-linux-d8fc320079b46cf462897148f48d4a63f37f56ce.tar.xz
kernel-qcow2-linux-d8fc320079b46cf462897148f48d4a63f37f56ce.zip
kconfig: annotate non-trivial fall-trough
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r--scripts/kconfig/gconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index a11d5f7b9eeb..c406bde28dbe 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -1172,6 +1172,7 @@ static gchar **fill_row(struct menu *menu)
row[COL_BTNVIS] = GINT_TO_POINTER(TRUE);
if (sym_is_choice(sym))
break;
+ /* fall through */
case S_TRISTATE:
val = sym_get_tristate_value(sym);
switch (val) {