Fixup f7ab008
before GCC complains about an unused parameter >_<
This commit is contained in:
parent
f7ab008c59
commit
2aff2cd36f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ void show_help(const section &toplevel_sec,
|
|||
CVideo::delay(10);
|
||||
}
|
||||
}
|
||||
catch (parse_error& e) {
|
||||
catch (parse_error& /*e*/) {
|
||||
// Disabled due to issue #2587
|
||||
#if 0
|
||||
std::stringstream msg;
|
||||
|
|
Loading…
Add table
Reference in a new issue