Skip to content

Commit

Permalink
Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Sep 9, 2024
1 parent e1294cc commit b5413f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ namespace Langulus::Flow
/// @param optimize - attempt compile-time execution
/// @return number of parsed characters
Offset Code::OperatorParser::ParseContent(
Code::Operator op, const Code& input, Many& lhs, bool optimize
Code::Operator, const Code& input, Many& lhs, bool optimize
) {
Offset progress = 0;

Expand Down

0 comments on commit b5413f0

Please sign in to comment.