mirror of https://github.com/mirror/busybox.git
build system: fix a compiler warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_28_stable
parent
0b1c629342
commit
d134aa9341
|
@ -118,6 +118,8 @@ static void conf_askvalue(struct symbol *sym, const char *def)
|
|||
printf("%s", line);
|
||||
return;
|
||||
}
|
||||
default: // placate compiler
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue