build system: fix a compiler warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
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
Block a user