master
Sébastien Villemot 2023-01-25 16:50:56 +01:00
parent 1c813a1cf9
commit 0ddcf81ac0
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ BinaryOpNode *
NumConstNode::normalizeEquationHelper([[maybe_unused]] const set<expr_t> &contain_var,
[[maybe_unused]] expr_t rhs) const
{
cerr << "NumConstNode::normalizeEquation: this should not happen" << endl;
cerr << "NumConstNode::normalizeEquationHelper: this should not happen" << endl;
exit(EXIT_FAILURE);
}