mirror of
https://github.com/pantor/inja.git
synced 2026-04-18 14:08:52 +00:00
Merge pull request #14 from ludekvodicka/master
Removed unused variable to remove compiler warnings
This commit is contained in:
@@ -498,7 +498,7 @@ public:
|
||||
case Parsed::Function::Default: {
|
||||
try {
|
||||
return eval_expression(element.args[0], data);
|
||||
} catch (std::exception& exception) {
|
||||
} catch (std::exception&) {
|
||||
return eval_expression(element.args[1], data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user