mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-22 08:54:28 +00:00
compatibility fix: __unused changed to __dumb
This commit is contained in:
@@ -462,7 +462,7 @@ void VarNode::compile(Program &program, RunContext &context) const
|
||||
}
|
||||
|
||||
// CstNode compile /////////////////////////////////////////////////////////////
|
||||
void CstNode::compile(Program &program, RunContext &context __unused) const
|
||||
void CstNode::compile(Program &program, RunContext &context __dumb) const
|
||||
{
|
||||
PUSH_INS(program, Push, strTo<double>(getName()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user