We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b574c9b commit c1c6538Copy full SHA for c1c6538
src/template.cpp
@@ -19,7 +19,7 @@ std::string template_t::render() const
19
{
20
try {
21
return fmt::vformat(m_template, m_format_store);
22
- } catch (fmt::format_error const &e) {
+ } catch (fmt::format_error const &) {
23
log_error("Missing parameter for template: '{}'", m_template);
24
throw;
25
}
0 commit comments