Fixup f7ab008 before GCC complains about an unused parameter >_<

This commit is contained in:
Charles Dang 2018-04-12 12:17:36 +11:00
parent f7ab008c59
commit 2aff2cd36f

View file

@ -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;