build system: fix a compiler warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
0b1c629342
commit
d134aa9341
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ static void conf_askvalue(struct symbol *sym, const char *def)
|
||||||
printf("%s", line);
|
printf("%s", line);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
default: // placate compiler
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue